(ctx context.Context, field graphql.CollectedField)
| 3884 | } |
| 3885 | |
| 3886 | func (ec *executionContext) fieldContext_Repository_owner(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 3887 | fc = &graphql.FieldContext{ |
| 3888 | Object: "Repository", |
| 3889 | Field: field, |
| 3890 | IsMethod: false, |
| 3891 | IsResolver: false, |
| 3892 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 3893 | return nil, errors.New("field of type String does not have child fields") |
| 3894 | }, |
| 3895 | } |
| 3896 | return fc, nil |
| 3897 | } |
| 3898 | |
| 3899 | func (ec *executionContext) _Repository_name(ctx context.Context, field graphql.CollectedField, obj *model.Repository) (ret graphql.Marshaler) { |
| 3900 | fc, err := ec.fieldContext_Repository_name(ctx, field) |
no outgoing calls
no test coverage detected