1
0
mirror of synced 2025-12-30 03:01:36 -05:00

GraphQL schema update (#31198)

Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
Octomerger Bot
2022-09-27 09:41:39 -07:00
committed by GitHub
parent a5453e4a52
commit 888f9af4d3
5 changed files with 120 additions and 0 deletions

View File

@@ -1,4 +1,20 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Field <code>dashboardResourcePath</code> was added to object type <code>SponsorsListing</code></p>",
"<p>Field <code>dashboardUrl</code> was added to object type <code>SponsorsListing</code></p>",
"<p>Field <code>resourcePath</code> was added to object type <code>SponsorsListing</code></p>",
"<p>Field <code>url</code> was added to object type <code>SponsorsListing</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2022-09-27"
},
{
"schemaChanges": [
{

View File

@@ -60721,6 +60721,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "dashboardResourcePath",
"description": "<p>The HTTP path for the Sponsors dashboard for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
},
{
"name": "dashboardUrl",
"description": "<p>The HTTP URL for the Sponsors dashboard for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
},
{
"name": "fullDescription",
"description": "<p>The full description of the listing.</p>",
@@ -60761,6 +60777,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#date"
},
{
"name": "resourcePath",
"description": "<p>The HTTP path for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
},
{
"name": "shortDescription",
"description": "<p>The short description of the listing.</p>",
@@ -60844,6 +60868,14 @@
}
}
]
},
{
"name": "url",
"description": "<p>The HTTP URL for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
}
]
},

View File

@@ -60721,6 +60721,22 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
},
{
"name": "dashboardResourcePath",
"description": "<p>The HTTP path for the Sponsors dashboard for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
},
{
"name": "dashboardUrl",
"description": "<p>The HTTP URL for the Sponsors dashboard for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
},
{
"name": "fullDescription",
"description": "<p>The full description of the listing.</p>",
@@ -60761,6 +60777,14 @@
"kind": "scalars",
"href": "/graphql/reference/scalars#date"
},
{
"name": "resourcePath",
"description": "<p>The HTTP path for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
},
{
"name": "shortDescription",
"description": "<p>The short description of the listing.</p>",
@@ -60844,6 +60868,14 @@
}
}
]
},
{
"name": "url",
"description": "<p>The HTTP URL for this Sponsors listing.</p>",
"type": "URI!",
"id": "uri",
"kind": "scalars",
"href": "/graphql/reference/scalars#uri"
}
]
},