gqlEasy Playground

GraphQL client library with sync/async support

Getting started with gqlRun locally
Install
pip install gql[all]
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: gql)

gql is a third-party package. GraphQL client library with sync/async support. Install with: pip install gql[all]

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?