Unable to get the live query plugin to work #4730
Unanswered
jamesmmchugh
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hi @jamesmmchugh ! |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sorry for bumping this, I noticed there are some other discussion around live queries now so thought it might be a good time to check. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have the following schema running on a remote service:
And the following meshrc.yaml:
When i try and run a live query i.e.
I get a response like the following:
And i cannot figure out what i've done wrong. When I run the query without the
@live
directive everything returns as expected. The only thing I noticed is that when I run with the@live
directive the graphql mesh log seems to log the query without formatting:As opposed to when it's run without the directive:
Any ideas?
P.s. really loving GrapQL-Mesh
Beta Was this translation helpful? Give feedback.
All reactions