(ctx context.Context, field graphql.CollectedField)
| 4764 | } |
| 4765 | |
| 4766 | func (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 | |
| 4779 | func (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) |
no outgoing calls
no test coverage detected