MCPcopy Create free account
hub / github.com/encoder-run/operator / fieldContext___Directive_name

Method fieldContext___Directive_name

pkg/graph/generated.go:4991–5002  ·  view source on GitHub ↗
(ctx context.Context, field graphql.CollectedField)

Source from the content-addressed store, hash-verified

4989}
4990
4991func (ec *executionContext) fieldContext___Directive_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
4992 fc = &graphql.FieldContext{
4993 Object: "__Directive",
4994 Field: field,
4995 IsMethod: false,
4996 IsResolver: false,
4997 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
4998 return nil, errors.New("field of type String does not have child fields")
4999 },
5000 }
5001 return fc, nil
5002}
5003
5004func (ec *executionContext) ___Directive_description(ctx context.Context, field graphql.CollectedField, obj *introspection.Directive) (ret graphql.Marshaler) {
5005 fc, err := ec.fieldContext___Directive_description(ctx, field)

Callers 2

___Directive_nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected