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

Method fieldContext_Storage_name

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

Source from the content-addressed store, hash-verified

4676}
4677
4678func (ec *executionContext) fieldContext_Storage_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) {
4679 fc = &graphql.FieldContext{
4680 Object: "Storage",
4681 Field: field,
4682 IsMethod: false,
4683 IsResolver: false,
4684 Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) {
4685 return nil, errors.New("field of type String does not have child fields")
4686 },
4687 }
4688 return fc, nil
4689}
4690
4691func (ec *executionContext) _Storage_type(ctx context.Context, field graphql.CollectedField, obj *model.Storage) (ret graphql.Marshaler) {
4692 fc, err := ec.fieldContext_Storage_type(ctx, field)

Calls

no outgoing calls

Tested by

no test coverage detected