-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Gateway does not merge Query, Mutation and Subscription properly if extend
is not used
#23
Comments
extend
is not used
Would you like to send a PR? |
I don't have the time right now to investigate this issue, I'll try to fix the issue later if it hasn't been fixed yet. |
…emetry (#341) * doc(opentelemetry): add tracing documentation with zipkin and opentelemetry * doc(opentelemetry): expose tracer to resolver context * doc(opentelemetry): move to integrations folder * doc(opentelemetry): typo * doc(opentelemetry): switch to @autotelic/fastify-opentelemetry * doc(opentelemetry): fix invalid example due to #273 * doc(opentelemetry): add information about jitted requests missing the graphql trace
Does anyone has experience with implementing the proposed workaround with nestjs/graphql or type-graphql? I also tried adding it in transformSchema, but the server doesn't start. Unfortunately, I don't have enough time right now to fix the issue, hence I need the workaround... |
For future readers: The workaround was implemented in nestjs-mercurius. PR |
The gateway doesn't merge services schema correctly if
extend
is not used.The following schemas:
Produces:
Current workaround: always use
extend type Query/Mutation/Subscription
for federated services.Related to: mercurius-js/mercurius#262
The text was updated successfully, but these errors were encountered: