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
where JSONObject is scalar type from graphql-scalars.
When issue #370 was closed, I tried to change my schema back
and faced with another problem - gateway stopped sending data on subscription.
Of course for test I changed: 1. schema 2. resolver 3. query for subscribing.
Could it be that fix #508 added support only for simple scalar values like strings and numbers?
By the way gateway printing this in console: Scalar with variable inputs detected for parsing AST literals. This is not supported.
I am not sure if it's connected.
The text was updated successfully, but these errors were encountered:
At first I faced with a problem described in #370
As recommended I wrapped my data and this:
became this:
where JSONObject is scalar type from
graphql-scalars
.When issue #370 was closed, I tried to change my schema back
and faced with another problem - gateway stopped sending data on subscription.
Of course for test I changed: 1. schema 2. resolver 3. query for subscribing.
Could it be that fix #508 added support only for simple scalar values like strings and numbers?
By the way gateway printing this in console:
Scalar with variable inputs detected for parsing AST literals. This is not supported.
I am not sure if it's connected.
The text was updated successfully, but these errors were encountered: