(ctx context.Context, field graphql.CollectedField)
| 4989 | } |
| 4990 | |
| 4991 | func (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 | |
| 5004 | func (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) |
no outgoing calls
no test coverage detected