Skip to content

itolosa/pygql

Repository files navigation

PYGQL

Is a fork of GQL and a GraphQL client for Python. Plays nicely with graphene, graphql-core, graphql-js and any other GraphQL implementation compatible with the spec.

GQL architecture is inspired by React-Relay and Apollo-Client.

travis coveralls

Installation

$ pip install pygql

Usage

The example below shows how you can execute queries against a local schema.

from pygql import gql, Client

client = Client(schema=schema)
query = gql('''
{
  hello
}
''')

client.execute(query)

License

MIT License

About

A working fork of graphql-python/gql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •