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

Method fieldContext_Repository_name

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

Source from the content-addressed store, hash-verified

3928}
3929
3930func (ec *executionContext) fieldContext_Repository_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
3931 fc = &graphql.FieldContext{
3932 Object: "Repository",
3933 Field: field,
3934 IsMethod: false,
3935 IsResolver: false,
3936 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
3937 return nil, errors.New("field of type String does not have child fields")
3938 },
3939 }
3940 return fc, nil
3941}
3942
3943func (ec *executionContext) _Repository_url(ctx context.Context, field graphql.CollectedField, obj *model.Repository) (ret graphql.Marshaler) {
3944 fc, err := ec.fieldContext_Repository_url(ctx, field)

Calls

no outgoing calls

Tested by

no test coverage detected