contrib/graphql-go/graphql
Those integration are enabled by having the
following import
in the project’s orchestrion.tool.go
file:
import (
_ "github.com/DataDog/orchestrion"
_ "github.com/DataDog/dd-trace-go/contrib/graphql-go/graphql/v2" // integration
//...
)
An implementation of GraphQL in Go. Follows the official reference implementation graphql-js.
NewSchema
Call to
graphql.NewSchema
Redirect the call to
github.com/DataDog/dd-trace-go/contrib/graphql-go/graphql/v2.NewSchema
.