Skip to content

Commit 8ea6df6

Browse files
authored
GraphQL schema update
2 parents b7bbc70 + d8e8f6d commit 8ea6df6

6 files changed

Lines changed: 41 additions & 2 deletions

File tree

data/graphql/ghae/schema.docs-ghae.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31523,6 +31523,11 @@ type Sponsorship implements Node {
3152331523
The entity that is being sponsored
3152431524
"""
3152531525
sponsorable: Sponsorable!
31526+
31527+
"""
31528+
Identifies the date and time when the current tier was chosen for this sponsorship.
31529+
"""
31530+
tierSelectedAt: DateTime
3152631531
}
3152731532

3152831533
"""

data/graphql/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34459,6 +34459,11 @@ type Sponsorship implements Node {
3445934459
The associated sponsorship tier
3446034460
"""
3446134461
tier: SponsorsTier
34462+
34463+
"""
34464+
Identifies the date and time when the current tier was chosen for this sponsorship.
34465+
"""
34466+
tierSelectedAt: DateTime
3446234467
}
3446334468

3446434469
"""

lib/graphql/static/changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11
[
2+
{
3+
"schemaChanges": [
4+
{
5+
"title": "The GraphQL schema includes these changes:",
6+
"changes": [
7+
"Field `tierSelectedAt` was added to object type `Sponsorship`"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2021-04-07"
14+
},
215
{
316
"schemaChanges": [
417
{

lib/graphql/static/prerendered-objects.json

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

lib/graphql/static/schema-dotcom.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48554,6 +48554,14 @@
4855448554
"id": "sponsorstier",
4855548555
"kind": "objects",
4855648556
"href": "/graphql/reference/objects#sponsorstier"
48557+
},
48558+
{
48559+
"name": "tierSelectedAt",
48560+
"description": "<p>Identifies the date and time when the current tier was chosen for this sponsorship.</p>",
48561+
"type": "DateTime",
48562+
"id": "datetime",
48563+
"kind": "scalars",
48564+
"href": "/graphql/reference/scalars#datetime"
4855748565
}
4855848566
]
4855948567
},

lib/graphql/static/schema-ghae.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44892,6 +44892,14 @@
4489244892
"id": "sponsorable",
4489344893
"kind": "interfaces",
4489444894
"href": "/graphql/reference/interfaces#sponsorable"
44895+
},
44896+
{
44897+
"name": "tierSelectedAt",
44898+
"description": "<p>Identifies the date and time when the current tier was chosen for this sponsorship.</p>",
44899+
"type": "DateTime",
44900+
"id": "datetime",
44901+
"kind": "scalars",
44902+
"href": "/graphql/reference/scalars#datetime"
4489544903
}
4489644904
]
4489744905
},

0 commit comments

Comments
 (0)