Can I disable the suggestions feature?
Đang mở
- 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
Đánh giá
Issue này chưa được đánh giá.