зеркало из https://github.com/github/docs.git
32 строки
1.2 KiB
JSON
32 строки
1.2 KiB
JSON
{
|
|
"previewChanges": [
|
|
{
|
|
"changes": [
|
|
"Type for argument `changeTypeArgument` on field 'PreviewType.field1` changed from `Int` to `Float'",
|
|
"Field `Query.previewField` changed type from `PreviewType` to `PreviewType!`"
|
|
],
|
|
"title": "The [Test preview](/graphql/overview/schema-previews#test-preview) includes these changes:"
|
|
}
|
|
],
|
|
"schemaChanges": [
|
|
{
|
|
"changes": [
|
|
"Field `removedField` was removed from object type `Query`",
|
|
"Argument `removedRequiredArgument: Int!` was removed from field `Query.argumentsField`",
|
|
"Argument `removedOptionalArgument: Int!` was removed from field `Query.argumentsField`",
|
|
"Type for argument `argumentMadeRequired` on field `Query.argumentsField` changed from `Int` to `Int!`",
|
|
"Type for argument `argumentMadeOptional` on field `Query.argumentsField` changed from `Int!` to `Int`"
|
|
],
|
|
"title": "The GraphQL schema includes these changes:"
|
|
}
|
|
],
|
|
"upcomingChanges": [
|
|
{
|
|
"changes": [
|
|
"On member `Query.stableField`:`stableField` will be removed. **Effective 2021-06-01**."
|
|
],
|
|
"title": "The following changes will be made to the schema:"
|
|
}
|
|
]
|
|
}
|