1
0
mirror of synced 2026-01-06 15:01:04 -05:00

GraphQL schema update

This commit is contained in:
Octomerger Bot
2021-04-08 02:53:31 +10:00
committed by GitHub
6 changed files with 41 additions and 2 deletions

View File

@@ -31523,6 +31523,11 @@ type Sponsorship implements Node {
The entity that is being sponsored
"""
sponsorable: Sponsorable!
"""
Identifies the date and time when the current tier was chosen for this sponsorship.
"""
tierSelectedAt: DateTime
}
"""

View File

@@ -34459,6 +34459,11 @@ type Sponsorship implements Node {
The associated sponsorship tier
"""
tier: SponsorsTier
"""
Identifies the date and time when the current tier was chosen for this sponsorship.
"""
tierSelectedAt: DateTime
}
"""

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Field `tierSelectedAt` was added to object type `Sponsorship`"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2021-04-07"
},
{
"schemaChanges": [
{

File diff suppressed because one or more lines are too long

View File

@@ -48554,6 +48554,14 @@
"id": "sponsorstier",
"kind": "objects",
"href": "/graphql/reference/objects#sponsorstier"
},
{
"name": "tierSelectedAt",
"description": "<p>Identifies the date and time when the current tier was chosen for this sponsorship.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
}
]
},

View File

@@ -44892,6 +44892,14 @@
"id": "sponsorable",
"kind": "interfaces",
"href": "/graphql/reference/interfaces#sponsorable"
},
{
"name": "tierSelectedAt",
"description": "<p>Identifies the date and time when the current tier was chosen for this sponsorship.</p>",
"type": "DateTime",
"id": "datetime",
"kind": "scalars",
"href": "/graphql/reference/scalars#datetime"
}
]
},