The core for a blazingly fast and modern graphql client designed with simplicity in mind.
Project description
Qlient Core: Python GraphQL Client Core Library
This is the core for a blazingly fast and modern graphql client that was designed with simplicity in mind.
Help
See the documentation for more details.
Quick Preview
from qlient.core import Client, Backend, GraphQLResponse
class MyBackend(Backend):
"""Must be implemented by you"""
client = Client(MyBackend())
res: GraphQLResponse = client.query.get_my_thing("name")
print(res.request.query) # "query get_my_thing { get_my_thing { name } }"
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qlient-core-1.0.0.tar.gz
(19.0 kB
view hashes)
Built Distribution
Close
Hashes for qlient_core-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bcf793692a3be0e736b02c3fbd4c29019c2876bf8fe77d1f71c649ebf34b210 |
|
MD5 | 9a5e92eb8bb34308be72bb31372d5135 |
|
BLAKE2b-256 | 7a29ace97c293edc3319ca514c04879f3d20800f56b04b62de24f35509866096 |