Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 285 Bytes

File metadata and controls

5 lines (5 loc) · 285 Bytes

This directory contains an example Python binding to the GraphQL parser and AST library. It uses ctypesgen.py to generate the binding code automatically from the pure C API in ../c. example.py is a short program that uses this binding.