I have 2 subgraphs
I have this code in the subgraph for template and fileserver
I call buildFederatedSchema 2 time since I have 2 subgraphs in the server list this the code in modified buildFederatedSchema
gives me this error what should I do?
I have 2 subgraphs
I have this code in the subgraph for template and fileserver
I call buildFederatedSchema 2 time since I have 2 subgraphs in the server list this the code in modified buildFederatedSchema
gives me this error what should I do?
If someone have an issue like this one in the future, please check on singular and plural how it is defined in your app.
E.g if I added a collection with name events, then create a mutation called createEvent, I might probably need to make changes to the mutation to be createEvents.