Open fullStackDataSolutions opened 3 years ago
I figured out the issue and solution, UserV2 is in the service so I just needed to change the code to this:
const federatedSchema = applyMiddleware(
transformSchemaFederation(schema, {
Query: {
extend: true,
},
UserV2: {
keyFields: ['id'],
},
}),
permissions
);
@blazestudios23 Should this issue be closed?
I'm getting an issue, I have a Nexus Prisma service that I'm trying to use with Apollo Federation.
I am using the following code:
Here's the packages I'm using:
I'm getting the following error error message from the Gateway:
The gateway is using this: