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

Method fieldContext_Pipeline_enabled

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

Source from the content-addressed store, hash-verified

2754}
2755
2756func (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
2769func (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)

Calls

no outgoing calls

Tested by

no test coverage detected