graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.86k stars 838 forks source link

feat: add a new named node interface #639

Open chirino opened 2 years ago

chirino commented 2 years ago

This can help simplify some types of processing the AST with a visitor.

coveralls commented 2 years ago

Coverage Status

Coverage: 92.051%. Remained the same when pulling 1fa3a31b823d03fb44b32efcd10892f2e24a081f on chirino:add-named-node-interface into 623f8864341ba80a17f8c64d851490a6a11d8b2b on graphql-go:master.