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

Method fieldContext_Storage_status

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

Source from the content-addressed store, hash-verified

4764}
4765
4766func (ec *executionContext) fieldContext_Storage_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
4767 fc = &graphql.FieldContext{
4768 Object: "Storage",
4769 Field: field,
4770 IsMethod: false,
4771 IsResolver: false,
4772 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
4773 return nil, errors.New("field of type StorageStatus does not have child fields")
4774 },
4775 }
4776 return fc, nil
4777}
4778
4779func (ec *executionContext) _Storage_deployment(ctx context.Context, field graphql.CollectedField, obj *model.Storage) (ret graphql.Marshaler) {
4780 fc, err := ec.fieldContext_Storage_deployment(ctx, field)

Calls

no outgoing calls

Tested by

no test coverage detected