Replies: 1 comment
-
are you fix this issue? I also met this issue recently. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
In my .graphql files, I have something like:
Using Apollo Client 3 on the frontend, this works well. Presumably, the
@connection
is stripped out before being sent to Hasura.However, in my IDE, I have the ability to execute the document against a local Hasura instance. But this fails with
So I'm stuck: how could this be solved?
Beta Was this translation helpful? Give feedback.
All reactions