Replies: 1 comment
-
You can just use |
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.
-
Hello,
In addition to the
sources
configured in the .meshrc.yml I would like to add a local graphql schema and provide a custom query implementation in the graphql mesh application.meshrc.yml
local graphql schema (consumed directly from the mesh gateway application) that I would like to also be part of the unified schema generated by the mesh:
mesh-gateway.schema.graphql
and the custom-resolver would look like this:
custom-resolver.ts
Is it possible to achieve this using graphql mesh ?
Beta Was this translation helpful? Give feedback.
All reactions