Documentation
¶
Overview ¶
Phase 0 spike: de-risk gqlparser as the GraphQL foundation for the graphql-codegen Go port.
Exercises, against a representative schema + query set:
- parse SDL -> type-indexed schema (buildASTSchema equivalent)
- parse operations -> QueryDocument
- validate documents against schema
- print schema and document back to SDL
Run: go run ./spike
Click to show internal directories.
Click to hide internal directories.