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

Method fieldContext_Storage_id

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

Source from the content-addressed store, hash-verified

4632}
4633
4634func (ec *executionContext) fieldContext_Storage_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
4635 fc = &graphql.FieldContext{
4636 Object: "Storage",
4637 Field: field,
4638 IsMethod: false,
4639 IsResolver: false,
4640 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
4641 return nil, errors.New("field of type ID does not have child fields")
4642 },
4643 }
4644 return fc, nil
4645}
4646
4647func (ec *executionContext) _Storage_name(ctx context.Context, field graphql.CollectedField, obj *model.Storage) (ret graphql.Marshaler) {
4648 fc, err := ec.fieldContext_Storage_name(ctx, field)

Calls

no outgoing calls

Tested by

no test coverage detected