Getting error while trying to extend unified schema #4044
Unanswered
Shreyasnie
asked this question in
Q&A
Replies: 0 comments
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.
-
We have two source following are the graphql schema.
OperationResponse
Production
when i try to extend the operation response schema with production information i;e the relationship is Production.operation_response_id and OperationsResponses.Id
following the configuration in meshrc.yml
following the resolver.ts
I am able to see production inside operation response in graphql mesh gateway playground but when i query get below error from graphql tools
Below is the query i tried to execute
and response I got is below
Beta Was this translation helpful? Give feedback.
All reactions