exec

package
v1.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 9, 2025 License: BSD-2-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Request

type Request struct {
	selected.Request
	Limiter                  chan struct{}
	Tracer                   tracer.Tracer
	Logger                   log.Logger
	PanicHandler             errors.PanicHandler
	SubscribeResolverTimeout time.Duration
	DisableFieldSelections   bool
}

func (*Request) Execute

func (*Request) Subscribe

func (r *Request) Subscribe(ctx context.Context, s *resolvable.Schema, op *ast.OperationDefinition) <-chan *Response

type Response

type Response struct {
	Data   json.RawMessage
	Errors []*errors.QueryError
}

Directories

Path Synopsis
Package selections is for internal use to share selection context between the execution engine and the public graphql package without creating an import cycle.
Package selections is for internal use to share selection context between the execution engine and the public graphql package without creating an import cycle.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL