graphql-go / graphql-go/graphql
[question] why don't support cache for AST & ValidateDocument
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
Because of the efficiency of reflect, Spend a lot of time in the "visitor" function. Why can't we support cache for this. do this like gqlgen or other
Contributor guide
Assessment
This issue has not been assessed yet.