Fixes in the GraphQL input types #928
Closed
NickSeagull
started this conversation in
Meta
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the latest releases, the GraphQL schema generation was improved by adding
GraphQLNonNullto elements of arrays.However, this caused arrays in input types to result in
JSONObjectinstead of the specific type. (e9906b4)What happened in the last release
Here's what happened
It also broke PR #890 which also fixes some
JSONObjecttypes, returning specific types instead.With this release the input types are improved again, so they behave as expected:
This discussion was created from the release Fixes in the GraphQL input types.
Beta Was this translation helpful? Give feedback.
All reactions