(ctx context.Context, field graphql.CollectedField)
| 1534 | } |
| 1535 | |
| 1536 | func (ec *executionContext) fieldContext_Model_status(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 1537 | fc = &graphql.FieldContext{ |
| 1538 | Object: "Model", |
| 1539 | Field: field, |
| 1540 | IsMethod: false, |
| 1541 | IsResolver: false, |
| 1542 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 1543 | return nil, errors.New("field of type ModelStatus does not have child fields") |
| 1544 | }, |
| 1545 | } |
| 1546 | return fc, nil |
| 1547 | } |
| 1548 | |
| 1549 | func (ec *executionContext) _Model_huggingFace(ctx context.Context, field graphql.CollectedField, obj *model.Model) (ret graphql.Marshaler) { |
| 1550 | fc, err := ec.fieldContext_Model_huggingFace(ctx, field) |
no outgoing calls
no test coverage detected