sgqlc

Package — GraphQLPython 3.7+Advanced

Simple GraphQL Client: auto-generate Python classes from schemas

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python)
Install
pip install sgqlc

Learn by Difficulty

Quick Example

python
# Install: pip install sgqlc
import sgqlc

# Basic sgqlc usage
print(f"Using sgqlc")
# See documentation for detailed examples

sgqlc is a third-party package. Simple GraphQL Client: auto-generate Python classes from schemas. Install with: pip install sgqlc

Try in Playground

Tags

packagegraphqlapiweb