Skip to content

Commit 84a07df

Browse files
authored
Action ran graphql script"update-files"
1 parent ddad608 commit 84a07df

4 files changed

Lines changed: 27 additions & 1 deletion

File tree

data/graphql/schema.docs.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34258,6 +34258,11 @@ type SponsorsTier implements Node {
3425834258
descriptionHTML: HTML!
3425934259
id: ID!
3426034260

34261+
"""
34262+
Whether this tier is only for use with one-time sponsorships.
34263+
"""
34264+
isOneTime: Boolean!
34265+
3426134266
"""
3426234267
How much this tier costs per month in cents.
3426334268
"""

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 `isOneTime` was added to object type `SponsorsTier`"
8+
]
9+
}
10+
],
11+
"previewChanges": [],
12+
"upcomingChanges": [],
13+
"date": "2021-03-25"
14+
},
215
{
316
"schemaChanges": [
417
{

lib/graphql/static/prerendered-objects.json

Lines changed: 1 addition & 1 deletion
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
@@ -48261,6 +48261,14 @@
4826148261
"kind": "scalars",
4826248262
"href": "/graphql/reference/scalars#html"
4826348263
},
48264+
{
48265+
"name": "isOneTime",
48266+
"description": "<p>Whether this tier is only for use with one-time sponsorships.</p>",
48267+
"type": "Boolean!",
48268+
"id": "boolean",
48269+
"kind": "scalars",
48270+
"href": "/graphql/reference/scalars#boolean"
48271+
},
4826448272
{
4826548273
"name": "monthlyPriceInCents",
4826648274
"description": "<p>How much this tier costs per month in cents.</p>",

0 commit comments

Comments
 (0)