(ctx context.Context, field graphql.CollectedField)
| 4676 | } |
| 4677 | |
| 4678 | func (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 | |
| 4691 | func (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) |
no outgoing calls
no test coverage detected