Skip to main content

Adds GraphQL support to your WebPy application

Project description

https://travis-ci.org/Igor-britecore/webpy-graphql.svg?branch=master:target:https://travis-ci.org/Igor-britecore/webpy-graphql..image::https://coveralls.io/repos/github/Igor-britecore/webpy-graphql/badge.svg?branch=master:target:https://coveralls.io/github/Igor-britecore/webpy-graphql?branch=master..image::https://badge.fury.io/py/WebPy-GraphQL.svg:target:https://badge.fury.io/py/WebPy-GraphQL

Adds GraphQL support to your WebPy application.

Usage

Just use the GraphQLView view from webpy_graphql

from webpy_graphql import GraphQLView

urls = ("/graphql", "GQLGateway")

app = web.application(urls, globals())

class GQLGateway(GraphQLView):
    class GraphQLMeta:
        schema=Schema

This will add /graphql endpoints to your app (GET and POST methods implemented in the class GraphQLView).

Supported options

  • schema: The GraphQLSchema object that you want the view to execute when it gets a valid request.

  • context: A value to pass as the context to the graphql() function.

  • root_value: The root_value you want to provide to executor.execute.

  • pretty: Whether or not you want the response to be pretty printed JSON.

  • executor: The Executor that you want to use to execute queries.

  • graphiql: If True, may present GraphiQL when loaded directly from a browser (a useful tool for debugging and exploration).

  • batch: Set the GraphQL view as batch (for using in Apollo-Client or ReactRelayNetworkLayer)

  • graphiql_temp_title: Set template title for GraphiQL

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

WebPy_GraphQL-3.0.1-py2.py3-none-any.whl (9.3 kB view details)

Uploaded Python 2Python 3

File details

Details for the file WebPy_GraphQL-3.0.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for WebPy_GraphQL-3.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 effe8b9198a360c14f9120ccf15ed5b1d83486a21237671333ab3a8890dc9f59
MD5 bec6cecac8b0b2769cf53c9ff00cca31
BLAKE2b-256 e039657bdea76df5cb23bc04b87273dd0b37149ad5252c2671ae36781439a137

See more details on using hashes here.

Supported by

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