Skip to content

qlient-org/python-qlient-core

Repository files navigation

Qlient Core: Python GraphQL Client Core Library

DeepSource DeepSource pypi versions license codestyle

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 } }"

About

The core module for the python qlient

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •