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
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" } ] },