graphql-go / graphql-go/graphql
Is it possible to go from `*graphql.Schema` to an ast node?
Open
- Dominant language
- Go
- Stars
- 10.1k
- Forks
- 845
- PR merge metrics
- No merged PRs in 30d
Description
### Description
I would like to load a schema and then visit each FieldDefinition to perform some operation but while I can print the document, then parse it then use the ast nodes, I figured there would be a way to get the ast node for a schema. Is this possible?
Contributor guide
Assessment
This issue has not been assessed yet.