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"
_ "gopkg.in/DataDog/dd-trace-go.v1/contrib/graphql-go/graphql" // integration
//...
)
An implementation of GraphQL in Go. Follows the official reference implementation graphql-js.
NewSchema
Call to
graphql.NewSchema
Redirect the call to
gopkg.in/DataDog/dd-trace-go.v1/contrib/graphql-go/graphql.NewSchema
.