(ctx context.Context, field graphql.CollectedField)
| 2798 | } |
| 2799 | |
| 2800 | func (ec *executionContext) fieldContext_Pipeline_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 2801 | fc = &graphql.FieldContext{ |
| 2802 | Object: "Pipeline", |
| 2803 | Field: field, |
| 2804 | IsMethod: false, |
| 2805 | IsResolver: false, |
| 2806 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 2807 | return nil, errors.New("field of type PipelineStatus does not have child fields") |
| 2808 | }, |
| 2809 | } |
| 2810 | return fc, nil |
| 2811 | } |
| 2812 | |
| 2813 | func (ec *executionContext) _Pipeline_repositoryEmbeddings(ctx context.Context, field graphql.CollectedField, obj *model.Pipeline) (ret graphql.Marshaler) { |
| 2814 | fc, err := ec.fieldContext_Pipeline_repositoryEmbeddings(ctx, field) |
no outgoing calls
no test coverage detected