alita-graphql is graphql extension for Alita。
Project description
alita-graphql
alita-graphql is graphql extension for Alita。
Installing
pip install alita-graphql
Quick Start
from alita import Alita
from alita_graphql import GraphQL
class Query(graphene.ObjectType):
hello = graphene.String(description='A typical hello world')
def resolve_hello(self, info):
return 'World'
schema = graphene.Schema(query=Query)
app = Alita('dw')
GraphQL(schema).init_app(app)
Links
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
alita-graphql-0.1.0.tar.gz
(4.5 kB
view details)
Built Distribution
File details
Details for the file alita-graphql-0.1.0.tar.gz
.
File metadata
- Download URL: alita-graphql-0.1.0.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74d6d8b0b8fc45227fdd5c620b5eb7982bb0d6c43a8376b4911ab9c1cf3583b2 |
|
MD5 | 8a1f805ca35f9bce468ebca4a766b330 |
|
BLAKE2b-256 | 71646907227d373777e76b1e341984a9e12762afaa9d03c859f69e4076c2fbab |
File details
Details for the file alita_graphql-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: alita_graphql-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83896b69179e97a7342ec33a237553e056a21a6b7826640a336b7854441c9323 |
|
MD5 | fbdf0d64441421be249c4005a567e5b8 |
|
BLAKE2b-256 | 8c622da871a441d5c3d6deedcdc152e60c04699af7c11f93590570ff631f65ad |