0

For using apollo client, it needs to download "schema.graphqls" from the server we are going to send queries to. It is stored under "main/graphql". For using DGS server we need to have our "schema.graphqls" file, which is created under "resources/schema" as required by DGS. those 2 files have common endpoint, and on the second file it shows error like this - " 'Student' type tried to redefine existing 'Student' type ". I want these schemas to be independent from each other. How can I achieve that?

I have tried manually giving path for DGS schema, but it didn't work.

Astromeda
  • 11
  • 2

0 Answers0