Replies: 1 comment 1 reply
-
GraphQL APIs have single endpoint so I don't think |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi,
I have been implementing a POC using Graph-Mesh and have been impressed with the supported functionality. I used the OpenAPI handler and was able to load a local schema and provide and baseURL for the remote connection. When using the GrpahQL handler, baseURL is not supported and therefore I am restricted to only using a remote URL. What I would like to do is similar to the OpenAPI handler, specify and local schema file but use a remote connection to query.
I also came across this issue when I could not use a customFetch for GraphQL handler which is needed for authentication. #2933
Beta Was this translation helpful? Give feedback.
All reactions