contrib/graphql-go/graphql

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