GraphQL schema update (#31198)
Co-authored-by: rachmari <rachmari@users.noreply.github.com>
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user