(ctx context.Context, field graphql.CollectedField)
| 5216 | } |
| 5217 | |
| 5218 | func (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 | |
| 5231 | func (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) |
no outgoing calls
no test coverage detected