99designs / 99designs/gqlgen

Can I disable the suggestions feature?

Đang mở
#2,408 6 bình luận 5 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Go
Star
10.8k
Fork
1.3k
Merge trung bình
2 ngày 36 phút
Pull request đã merge (30 ngày)
26

Mô tả

### What happened?
I want to disable the suggestion feature.

### What did you expect?
Is it possible to avoid the `Did you mean \"me\"` below?
```
Cannot query field \"m\" on type \"Query\". Did you mean \"me\"?
```

### Minimal graphql.schema and models to reproduce
#### graphql.schema
```graphql
type Query {
me: String
}
```
#### query
```graphql
query {
m
}
```

### versions
- `go run github.com/99designs/gqlgen version`?
- 0.17.5
- `go version`?
- 1.18.3

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.