You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This moves the AST element builder to use immutable lists (graphql-ja……va#2101)
* This moves the AST element builder to use immutable lists with the ability to add items to individually
* Missing `directive` method
Introduce a GraphqlErrorException for Kotlin users and generally. (gr……aphql-java#1743)
* Introduce a GraphqlErrorException for Kotlin users and a as a general purpose exception that can be an error
* PR feedback and now more generic
Introduce a GraphqlErrorException for Kotlin users and generally. (gr……aphql-java#1743)
* Introduce a GraphqlErrorException for Kotlin users and a as a general purpose exception that can be an error
* PR feedback and now more generic
Merge pull request graphql-java#1450 from tinnou/9.x-fix-classCastExc…
…eption-type-condition-input-type
Fixgraphql-java#1440 ClassCastException when using a fragment with wrong input type condition and overlapping fields are being merged.