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 details)

Uploaded Source

Built Distribution

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

Uploaded Python 3

File details

Details for the file asynql-0.1.0.tar.gz.

File metadata

  • Download URL: asynql-0.1.0.tar.gz
  • Upload date:
  • Size: 15.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.16 CPython/3.7.3 Darwin/18.6.0

File hashes

Hashes for asynql-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c924258e720ea5ebf60e146f9e7106daafa55fe51d3dafa0c99f36f0a08b5a70
MD5 7ef48a19aa9084c91026e87b9c1881d5
BLAKE2b-256 0b44cdce6a16169d10db72ac48c13436faf3fd34e9752edbd760fc7c752004e7

See more details on using hashes here.

File details

Details for the file asynql-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: asynql-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 15.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/0.12.16 CPython/3.7.3 Darwin/18.6.0

File hashes

Hashes for asynql-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ef5e74fdb76d4b7218733a680df0d02ad2d80942db1c4ea1f7d4a61a09813d13
MD5 5871313ef6a35ea6720deeda7ffe065e
BLAKE2b-256 9c010cc3502393a75499796b991d75d968aedffb0e49a3ee78a6bbb36e6e642a

See more details on using hashes here.

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