1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# v3/integrations/nrgraphqlgo [](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrgraphqlgo)
Package `nrgraphql` instruments https://github.com/graphql-go/graphql applications.
```go
import "github.com/newrelic/go-agent/v3/integrations/nrgraphqlgo"
```
Note that New Relic has support for more than one GraphQL framework, and both
packages are named `nrgraphql`, so please ensure you are using the
integration for the correct framework.
For more information, see
[godocs](https://godoc.org/github.com/newrelic/go-agent/v3/integrations/nrgraphqlgo).
|