(ctx context.Context, field graphql.CollectedField)
| 3928 | } |
| 3929 | |
| 3930 | func (ec *executionContext) fieldContext_Repository_name(ctx context.Context, field graphql.CollectedField) (fc *graphql.FieldContext, err error) { |
| 3931 | fc = &graphql.FieldContext{ |
| 3932 | Object: "Repository", |
| 3933 | Field: field, |
| 3934 | IsMethod: false, |
| 3935 | IsResolver: false, |
| 3936 | Child: func(ctx context.Context, field graphql.CollectedField) (*graphql.FieldContext, error) { |
| 3937 | return nil, errors.New("field of type String does not have child fields") |
| 3938 | }, |
| 3939 | } |
| 3940 | return fc, nil |
| 3941 | } |
| 3942 | |
| 3943 | func (ec *executionContext) _Repository_url(ctx context.Context, field graphql.CollectedField, obj *model.Repository) (ret graphql.Marshaler) { |
| 3944 | fc, err := ec.fieldContext_Repository_url(ctx, field) |
no outgoing calls
no test coverage detected