From 888f9af4d3e89ccc4fcf23f81b130d0cb2b2bb5d Mon Sep 17 00:00:00 2001 From: Octomerger Bot <63058869+Octomerger@users.noreply.github.com> Date: Tue, 27 Sep 2022 09:41:39 -0700 Subject: [PATCH] GraphQL schema update (#31198) Co-authored-by: rachmari --- data/graphql/ghec/schema.docs.graphql | 20 +++++++++++++++++ data/graphql/schema.docs.graphql | 20 +++++++++++++++++ lib/graphql/static/changelog.json | 16 ++++++++++++++ lib/graphql/static/schema-dotcom.json | 32 +++++++++++++++++++++++++++ lib/graphql/static/schema-ghec.json | 32 +++++++++++++++++++++++++++ 5 files changed, 120 insertions(+) diff --git a/data/graphql/ghec/schema.docs.graphql b/data/graphql/ghec/schema.docs.graphql index f36aa524fc..5dc28c26e7 100644 --- a/data/graphql/ghec/schema.docs.graphql +++ b/data/graphql/ghec/schema.docs.graphql @@ -44638,6 +44638,16 @@ type SponsorsListing implements Node { """ createdAt: DateTime! + """ + The HTTP path for the Sponsors dashboard for this Sponsors listing. + """ + dashboardResourcePath: URI! + + """ + The HTTP URL for the Sponsors dashboard for this Sponsors listing. + """ + dashboardUrl: URI! + """ The full description of the listing. """ @@ -44664,6 +44674,11 @@ type SponsorsListing implements Node { """ nextPayoutDate: Date + """ + The HTTP path for this Sponsors listing. + """ + resourcePath: URI! + """ The short description of the listing. """ @@ -44708,6 +44723,11 @@ type SponsorsListing implements Node { """ orderBy: SponsorsTierOrder = {field: MONTHLY_PRICE_IN_CENTS, direction: ASC} ): SponsorsTierConnection + + """ + The HTTP URL for this Sponsors listing. + """ + url: URI! } """ diff --git a/data/graphql/schema.docs.graphql b/data/graphql/schema.docs.graphql index f36aa524fc..5dc28c26e7 100644 --- a/data/graphql/schema.docs.graphql +++ b/data/graphql/schema.docs.graphql @@ -44638,6 +44638,16 @@ type SponsorsListing implements Node { """ createdAt: DateTime! + """ + The HTTP path for the Sponsors dashboard for this Sponsors listing. + """ + dashboardResourcePath: URI! + + """ + The HTTP URL for the Sponsors dashboard for this Sponsors listing. + """ + dashboardUrl: URI! + """ The full description of the listing. """ @@ -44664,6 +44674,11 @@ type SponsorsListing implements Node { """ nextPayoutDate: Date + """ + The HTTP path for this Sponsors listing. + """ + resourcePath: URI! + """ The short description of the listing. """ @@ -44708,6 +44723,11 @@ type SponsorsListing implements Node { """ orderBy: SponsorsTierOrder = {field: MONTHLY_PRICE_IN_CENTS, direction: ASC} ): SponsorsTierConnection + + """ + The HTTP URL for this Sponsors listing. + """ + url: URI! } """ diff --git a/lib/graphql/static/changelog.json b/lib/graphql/static/changelog.json index 75f7ce33db..2043b1d47d 100644 --- a/lib/graphql/static/changelog.json +++ b/lib/graphql/static/changelog.json @@ -1,4 +1,20 @@ [ + { + "schemaChanges": [ + { + "title": "The GraphQL schema includes these changes:", + "changes": [ + "

Field dashboardResourcePath was added to object type SponsorsListing

", + "

Field dashboardUrl was added to object type SponsorsListing

", + "

Field resourcePath was added to object type SponsorsListing

", + "

Field url was added to object type SponsorsListing

" + ] + } + ], + "previewChanges": [], + "upcomingChanges": [], + "date": "2022-09-27" + }, { "schemaChanges": [ { diff --git a/lib/graphql/static/schema-dotcom.json b/lib/graphql/static/schema-dotcom.json index 110297bbea..f93d4e9df5 100644 --- a/lib/graphql/static/schema-dotcom.json +++ b/lib/graphql/static/schema-dotcom.json @@ -60721,6 +60721,22 @@ "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, + { + "name": "dashboardResourcePath", + "description": "

The HTTP path for the Sponsors dashboard for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" + }, + { + "name": "dashboardUrl", + "description": "

The HTTP URL for the Sponsors dashboard for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" + }, { "name": "fullDescription", "description": "

The full description of the listing.

", @@ -60761,6 +60777,14 @@ "kind": "scalars", "href": "/graphql/reference/scalars#date" }, + { + "name": "resourcePath", + "description": "

The HTTP path for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" + }, { "name": "shortDescription", "description": "

The short description of the listing.

", @@ -60844,6 +60868,14 @@ } } ] + }, + { + "name": "url", + "description": "

The HTTP URL for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" } ] }, diff --git a/lib/graphql/static/schema-ghec.json b/lib/graphql/static/schema-ghec.json index 110297bbea..f93d4e9df5 100644 --- a/lib/graphql/static/schema-ghec.json +++ b/lib/graphql/static/schema-ghec.json @@ -60721,6 +60721,22 @@ "kind": "scalars", "href": "/graphql/reference/scalars#datetime" }, + { + "name": "dashboardResourcePath", + "description": "

The HTTP path for the Sponsors dashboard for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" + }, + { + "name": "dashboardUrl", + "description": "

The HTTP URL for the Sponsors dashboard for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" + }, { "name": "fullDescription", "description": "

The full description of the listing.

", @@ -60761,6 +60777,14 @@ "kind": "scalars", "href": "/graphql/reference/scalars#date" }, + { + "name": "resourcePath", + "description": "

The HTTP path for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" + }, { "name": "shortDescription", "description": "

The short description of the listing.

", @@ -60844,6 +60868,14 @@ } } ] + }, + { + "name": "url", + "description": "

The HTTP URL for this Sponsors listing.

", + "type": "URI!", + "id": "uri", + "kind": "scalars", + "href": "/graphql/reference/scalars#uri" } ] },