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

Method fieldContext___Field_name

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

Source from the content-addressed store, hash-verified

5386}
5387
5388func (ec *executionContext) fieldContext___Field_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
5389 fc = &graphql.FieldContext{
5390 Object: "__Field",
5391 Field: field,
5392 IsMethod: false,
5393 IsResolver: false,
5394 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
5395 return nil, errors.New("field of type String does not have child fields")
5396 },
5397 }
5398 return fc, nil
5399}
5400
5401func (ec *executionContext) ___Field_description(ctx context.Context, field graphql.CollectedField, obj *introspection.Field) (ret graphql.Marshaler) {
5402 fc, err := ec.fieldContext___Field_description(ctx, field)

Callers 2

___Field_nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected