Action ran graphql script"update-files"

This commit is contained in:
rachmari 2021-03-25 16:36:30 +00:00 коммит произвёл GitHub
Родитель ddad608a02
Коммит 84a07df6da
4 изменённых файлов: 27 добавлений и 1 удалений

Просмотреть файл

@ -34258,6 +34258,11 @@ type SponsorsTier implements Node {
descriptionHTML: HTML!
id: ID!
"""
Whether this tier is only for use with one-time sponsorships.
"""
isOneTime: Boolean!
"""
How much this tier costs per month in cents.
"""

Просмотреть файл

@ -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": [
{

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

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