(ctx context.Context, field graphql.CollectedField)
| 1314 | } |
| 1315 | |
| 1316 | func (ec *executionContext) fieldContext_HuggingFace_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 1317 | fc = &graphql.FieldContext{ |
| 1318 | Object: "HuggingFace", |
| 1319 | Field: field, |
| 1320 | IsMethod: false, |
| 1321 | IsResolver: false, |
| 1322 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 1323 | return nil, errors.New("field of type String does not have child fields") |
| 1324 | }, |
| 1325 | } |
| 1326 | return fc, nil |
| 1327 | } |
| 1328 | |
| 1329 | func (ec *executionContext) _HuggingFace_maxSequenceLength(ctx context.Context, field graphql.CollectedField, obj *model.HuggingFace) (ret graphql.Marshaler) { |
| 1330 | fc, err := ec.fieldContext_HuggingFace_maxSequenceLength(ctx, field) |
no outgoing calls
no test coverage detected