Improved
- Throw an error when an invalid key is present in the codegen configuration JSON (#2942): See PR (#3125) Thank you to @Iron-Ham for the contribution.
- Cleanup unused imports and declarations. (#3099): See PR (#3100) Thank you to @Iron-Ham for raising the issue and contributing the fix.
- Improvement to response code error API (#2426): See PR (#3123). Thank you to @dfperry5 for the contribution.
- Improved file path support for operation manifest generation: See PR (#3128)
Fixed
- Fix two issues in test mock generation: See PR (#3120). Thank you to @TizianoCoroneo for finding this issue and contributing the fix.
- Fixed precondition failure when surpassing graphql-js max error count (#3126): See PR (#3132).
Deprecated
- Deprecated
queryStringLiteralFormat
inApolloCodegenConfiguration
: Query string literals will now always be generated as single line strings. See PR (#3129).