Introspection should be disabled separately from federated introspection
Ouverte
- Langage dominant
- Go
- Étoiles
- 10.8k
- Forks
- 1.3k
- Merge moyen
- 2 j 36 min
- PR mergées (30 j)
- 26
Description
### What happened?
I wanted to disable introspection (`__schema` field only) on my server but it also disabled federated introspection (`service` field) because of https://github.com/99designs/gqlgen/blob/2c9f9c5f828bdda8aa03c4be7adf1d0c9abaa8f6/plugin/federation/federation.gotpl#L15-L17
### What did you expect?
Ideally we should be able to disable one without disabling the other.
### versions
- `go run github.com/99designs/gqlgen version`?
v0.17.35
- `go version`?
1.20.5
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.