From graphql 15.5.0 schema.json is significantly larger #1347
Replies: 2 comments 1 reply
-
|
Odd, according to the docs it should be false by default https://github.com/graphql/graphql-js/pull/2855/files#diff-af06b2319a79ea80ff786c69e9a529e7045642fa8bce4a10cda2ee1d37f15bfbR24 might be a bug on their side? We aren't removing this property for normal fields either, we only prune the regulars during minify. |
Beta Was this translation helpful? Give feedback.
-
|
The output of our utility is unchanged at least on an API that hasn't changed and only results in these fields on I just upgraded this to the latest version of |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using codegen with introspection plugin to genereate it from *.graphql files and your code here to minify my GraphQL schema.json.
After the graphql upgrade from 15.4.0 to 15.5.0 in my schema.json there are hundreds of new
"isDeprecated":false,"deprecationReason":null".isDeprecatedistrue?This is the PR that adds them, I think: graphql/graphql-js#2855.
Beta Was this translation helpful? Give feedback.
All reactions