1
0
mirror of synced 2025-12-25 02:17:36 -05:00

Action ran graphql script"update-files"

This commit is contained in:
rachmari
2021-03-25 16:36:30 +00:00
committed by GitHub
parent ddad608a02
commit 84a07df6da
4 changed files with 27 additions and 1 deletions

View File

@@ -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

View File

@@ -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>",