GraphQL

AppSignal for Node.jsThis feature requires version 3.0.0 or higher.
GraphQLThis feature requires version 14 or higher.

Default instrumentations can be disabled via the disableDefaultInstrumentations config option. You can read more about how to configure this in our Configuration Options documentation.

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.