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

Method fieldContext_Repository_id

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

Source from the content-addressed store, hash-verified

3752}
3753
3754func (ec *executionContext) fieldContext_Repository_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
3755 fc = &graphql.FieldContext{
3756 Object: "Repository",
3757 Field: field,
3758 IsMethod: false,
3759 IsResolver: false,
3760 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
3761 return nil, errors.New("field of type ID does not have child fields")
3762 },
3763 }
3764 return fc, nil
3765}
3766
3767func (ec *executionContext) _Repository_type(ctx context.Context, field graphql.CollectedField, obj *model.Repository) (ret graphql.Marshaler) {
3768 fc, err := ec.fieldContext_Repository_type(ctx, field)

Calls

no outgoing calls

Tested by

no test coverage detected