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
Unless extensions is removed or changed to undefined then the java graphql server refuses to parse the valid message. In Micronaut v1 it threw a JSON parse exeption, in Micronaut v2 it doesn't throw but a response is not sent unless extensions is undefined or not present.
Describe the bug
Apollo sends an
extensions: {}
field with subscription queries like so:Unless
extensions
is removed or changed toundefined
then the java graphql server refuses to parse the valid message. In Micronaut v1 it threw a JSON parse exeption, in Micronaut v2 it doesn't throw but a response is not sent unless extensions is undefined or not present.To Reproduce
Send a query with
extensions: {}
for example:Environment Information
The text was updated successfully, but these errors were encountered: