GraphQL schema update
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
"""
|
||||
|
||||
@@ -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
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user