: variables map can't be null V16.2 #2299
Replies: 2 comments 1 reply
-
I experienced a similar (same?) error - not sure of your context. My context was testing with GraphiQL using HTTP GET method. It includes |
Beta Was this translation helpful? Give feedback.
-
GraphQL Java is just the execution engine which doesn't deal with Http or how to load the schema. I expect you are using a library on top of GraphQL Java which causes this problem. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have upgrade the GraphQL library from 11 to 16.2 and am getting graphql.AssertException: variables map can't be null error
Is there any fix or configuration to load schema without variables.
Beta Was this translation helpful? Give feedback.
All reactions