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

Method fieldContext_Repository_owner

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

Source from the content-addressed store, hash-verified

3884}
3885
3886func (ec *executionContext) fieldContext_Repository_owner(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
3887 fc = &graphql.FieldContext{
3888 Object: "Repository",
3889 Field: field,
3890 IsMethod: false,
3891 IsResolver: false,
3892 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
3893 return nil, errors.New("field of type String does not have child fields")
3894 },
3895 }
3896 return fc, nil
3897}
3898
3899func (ec *executionContext) _Repository_name(ctx context.Context, field graphql.CollectedField, obj *model.Repository) (ret graphql.Marshaler) {
3900 fc, err := ec.fieldContext_Repository_name(ctx, field)

Calls

no outgoing calls

Tested by

no test coverage detected