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

Method fieldContext___EnumValue_name

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

Source from the content-addressed store, hash-verified

5216}
5217
5218func (ec *executionContext) fieldContext___EnumValue_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
5219 fc = &graphql.FieldContext{
5220 Object: "__EnumValue",
5221 Field: field,
5222 IsMethod: false,
5223 IsResolver: false,
5224 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
5225 return nil, errors.New("field of type String does not have child fields")
5226 },
5227 }
5228 return fc, nil
5229}
5230
5231func (ec *executionContext) ___EnumValue_description(ctx context.Context, field graphql.CollectedField, obj *introspection.EnumValue) (ret graphql.Marshaler) {
5232 fc, err := ec.fieldContext___EnumValue_description(ctx, field)

Callers 2

___EnumValue_nameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected