1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/tests/fixtures/changelog-entry.json
Kevin Heis f6acb1f08a Update dependencies (#19408)
* Update dependencies 2

* Lint fixes

* Update graphql packages

* Update changelog-entry.json

* Update @octokit/rest

* Update commander with help from @rachmari

@rachmari

* Upgrade helmet

* Upgrade js-yaml

* Update server.js

* Update cheerio

* Revert "Update cheerio"

This reverts commit 8aa17c39fbf564ee554037d89e7a473027d16984.
2021-05-19 17:32:47 +00:00

32 lines
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:"
}
]
}