(ctx context.Context, field graphql.CollectedField)
| 2622 | } |
| 2623 | |
| 2624 | func (ec *executionContext) fieldContext_Pipeline_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 2625 | fc = &graphql.FieldContext{ |
| 2626 | Object: "Pipeline", |
| 2627 | Field: field, |
| 2628 | IsMethod: false, |
| 2629 | IsResolver: false, |
| 2630 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 2631 | return nil, errors.New("field of type ID does not have child fields") |
| 2632 | }, |
| 2633 | } |
| 2634 | return fc, nil |
| 2635 | } |
| 2636 | |
| 2637 | func (ec *executionContext) _Pipeline_name(ctx context.Context, field graphql.CollectedField, obj *model.Pipeline) (ret graphql.Marshaler) { |
| 2638 | fc, err := ec.fieldContext_Pipeline_name(ctx, field) |
no outgoing calls
no test coverage detected