Skip to main content

AsyncIO GraphQL client

Project description

GraphQL logo

asynql

Asyncio GraphQL client

Usage

from asynql import GQLModel

class Address(GQLModel):
    __one__ = 'address'
    __many__ = 'addresses'

    lat: float
    lon: float
    city: str
    line: str

We need __one__ and __many__ to be specified to customize query for one item or for many items.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

asynql-0.1.0.tar.gz (15.4 kB view hashes)

Uploaded Source

Built Distribution

asynql-0.1.0-py3-none-any.whl (15.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page