mercurius-gateway icon indicating copy to clipboard operation
mercurius-gateway copied to clipboard

Mercurius federation support plugin

Results 23 mercurius-gateway issues
Sort by recently updated
recently updated
newest added

Hi, first of all thanks for this great project. I am in the process of switching from Apollo Federation to Mercurius and am running into a few problems. Everything I...

bug

While working on https://github.com/mcollina/fastify-gql/pull/227 and https://github.com/mcollina/fastify-gql/issues/184 I have noticed that the fastify-gql implementation is lacking at least two features from Apollo server. One of them is that apollo server strips...

enhancement

It would be great to have support for multiple `@key` directives. For reference, I'm trying to get something _like_ the following working... **Entity service** ```gql interface Entity { entityRef: String!...