MCPcopy Create free account
hub / github.com/encoder-run/operator / fieldContext_Pipeline_status

Method fieldContext_Pipeline_status

pkg/graph/generated.go:2800–2811  ·  view source on GitHub ↗
(ctx context.Context, field graphql.CollectedField)

Source from the content-addressed store, hash-verified

2798}
2799
2800func (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
2813func (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)

Calls

no outgoing calls

Tested by

no test coverage detected