graphql-python / flask-graphql

Adds GraphQL support to your Flask application.
MIT License
1.32k stars 140 forks source link

Added batch support #21

Closed syrusakbary closed 7 years ago

syrusakbary commented 7 years ago

This PR adds batch support to Flask-GraphQL.

It can be used like:

app.add_url_rule('/graphql/batch', view_func=GraphQLView.as_view('graphql', schema=schema, batch=True))
coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.4%) to 96.471% when pulling c666befa86d8c02204e4ab877f681d562dd0b1e6 on features/batch into 05c5f68b9369144bb6eef5303c27521f9a633602 on master.