зеркало из https://github.com/github/docs.git
Action ran graphql script"update-files"
This commit is contained in:
Родитель
ddad608a02
Коммит
84a07df6da
|
@ -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>",
|
||||
|
|
Загрузка…
Ссылка в новой задаче