-
Hello, I am facing with an issue, but couldn't find a solution anywhere. Actually I am using fetch as you can see below:
In the example I ran a query on getOrganizations() through an HTTP request, but as we are on the same server, in the same application it would be more efficient if I could call the getOrganizations() function directly. Is it possible to do that somehow?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://the-guild.dev/graphql/mesh/docs/guides/extending-unified-schema |
Beta Was this translation helpful? Give feedback.
https://the-guild.dev/graphql/mesh/docs/guides/extending-unified-schema
You can use additionalTypeDefs and additionalResolvers