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

Method fieldContext_Pipeline_id

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

Source from the content-addressed store, hash-verified

2622}
2623
2624func (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
2637func (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)

Calls

no outgoing calls

Tested by

no test coverage detected