GraphQL
This feature requires AppSignal for Node.js version 3.0.0 or higher.
This feature requires GraphQL version 14 or higher.
The AppSignal for Node.js integration for GraphQL, using the graphql
package.
This instrumentation will also work with any library that depends on the graphql
package, such as Apollo Server or Yoga.
Installation and usage
GraphQL is instrumented automatically by the AppSignal for Node.js package. No additional setup is required to instrument GraphQL in your application.
Features
The GraphQL integration will send AppSignal child spans representing the parsing, validation, execution and resolution of the query. The span for the execution step will contain the GraphQL query.
Any errors that occur when validating the query will be reported to AppSignal.