Graphql Mesh Build hitting endpoint twice- 1. with schema header and 2. without schema header? #6251
Unanswered
shadikkhan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If the given GraphQL endpoint is a federated service, it goes to the endpoint to fetch the SDL from |
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.
-
I am using Node V16.x with below mesh packages
I have once source in my meshrc.ts file (graphql endpoint) and I am passing a schema header to build it. It hit that endpoint twice 1 with schema header and 2 without schema header, which is causing build failure since the source MS have some machnism in place and need that schema header to go through.
I am not sure why it is hitting twice, any idea why this is happening? OR please comment if graphql mesh does not hit twice.
Error that I am getting

Beta Was this translation helpful? Give feedback.
All reactions