-
Hi!
in my index i use:
to get my schema for yoga. I then create my yoga server like so:
What i would need is something like this in my .meshrc:
But if i use a local schema, i cannot use an external endpoint anymore. |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Jul 21, 2022
Replies: 1 comment 1 reply
-
You should use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ardatan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should use
introspection
instead ofschema
.I didn't understand why you need a workflow like that.