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
-
In the latest releases, the GraphQL schema generation was improved by adding
GraphQLNonNull
to elements of arrays.However, this caused arrays in input types to result in
JSONObject
instead of the specific type. (e9906b4)What happened in the last release
Here's what happened
It also broke PR #890 which also fixes some
JSONObject
types, 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