(ctx context.Context, field graphql.CollectedField)
| 5386 | } |
| 5387 | |
| 5388 | func (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 | |
| 5401 | func (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) |
no outgoing calls
no test coverage detected