sgqlc — Easy Playground
Simple GraphQL Client: auto-generate Python classes from schemas
Getting started with sgqlcRun locally
Install
pip install sgqlcPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: sgqlc)
sgqlc is a third-party package. Simple GraphQL Client: auto-generate Python classes from schemas. Install with: pip install sgqlc
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?