(ctx context.Context, field graphql.CollectedField)
| 2754 | } |
| 2755 | |
| 2756 | func (ec *executionContext) fieldContext_Pipeline_enabled(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 2757 | fc = &graphql.FieldContext{ |
| 2758 | Object: "Pipeline", |
| 2759 | Field: field, |
| 2760 | IsMethod: false, |
| 2761 | IsResolver: false, |
| 2762 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 2763 | return nil, errors.New("field of type Boolean does not have child fields") |
| 2764 | }, |
| 2765 | } |
| 2766 | return fc, nil |
| 2767 | } |
| 2768 | |
| 2769 | func (ec *executionContext) _Pipeline_status(ctx context.Context, field graphql.CollectedField, obj *model.Pipeline) (ret graphql.Marshaler) { |
| 2770 | fc, err := ec.fieldContext_Pipeline_status(ctx, field) |
no outgoing calls
no test coverage detected