Action ran graphql script"update-files"
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
[
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
"title": "The GraphQL schema includes these changes:",
|
||||
"changes": [
|
||||
"Field `isOneTime` was added to object type `SponsorsTier`"
|
||||
]
|
||||
}
|
||||
],
|
||||
"previewChanges": [],
|
||||
"upcomingChanges": [],
|
||||
"date": "2021-03-25"
|
||||
},
|
||||
{
|
||||
"schemaChanges": [
|
||||
{
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -48261,6 +48261,14 @@
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#html"
|
||||
},
|
||||
{
|
||||
"name": "isOneTime",
|
||||
"description": "<p>Whether this tier is only for use with one-time sponsorships.</p>",
|
||||
"type": "Boolean!",
|
||||
"id": "boolean",
|
||||
"kind": "scalars",
|
||||
"href": "/graphql/reference/scalars#boolean"
|
||||
},
|
||||
{
|
||||
"name": "monthlyPriceInCents",
|
||||
"description": "<p>How much this tier costs per month in cents.</p>",
|
||||
|
||||
Reference in New Issue
Block a user