(ctx context.Context, field graphql.CollectedField)
| 4632 | } |
| 4633 | |
| 4634 | func (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 | |
| 4647 | func (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) |
no outgoing calls
no test coverage detected