(ctx context.Context, field graphql.CollectedField)
| 3752 | } |
| 3753 | |
| 3754 | func (ec *executionContext) fieldContext_Repository_id(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 3755 | fc = &graphql.FieldContext{ |
| 3756 | Object: "Repository", |
| 3757 | Field: field, |
| 3758 | IsMethod: false, |
| 3759 | IsResolver: false, |
| 3760 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 3761 | return nil, errors.New("field of type ID does not have child fields") |
| 3762 | }, |
| 3763 | } |
| 3764 | return fc, nil |
| 3765 | } |
| 3766 | |
| 3767 | func (ec *executionContext) _Repository_type(ctx context.Context, field graphql.CollectedField, obj *model.Repository) (ret graphql.Marshaler) { |
| 3768 | fc, err := ec.fieldContext_Repository_type(ctx, field) |
no outgoing calls
no test coverage detected