Skip to content

Commit

Permalink
doc(opentelemetry): fix invalid example due to #273
Browse files Browse the repository at this point in the history
  • Loading branch information
PacoDu committed Nov 11, 2020
1 parent 728c82d commit 3e7473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/open-telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const opentelemetry = require('@autotelic/fastify-opentelemetry')
service.register(opentelemetry, { serviceName })
service.register(mercurius, {
schema: `
type Query {
extend type Query {
add(x: Float, y: Float): Float
}
`,
Expand Down

0 comments on commit 3e7473d

Please sign in to comment.