Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added batch support #21

Merged
merged 1 commit into from
Dec 14, 2016
Merged

Added batch support #21

merged 1 commit into from
Dec 14, 2016

Conversation

syrusakbary
Copy link
Member

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
Copy link

coveralls commented Dec 14, 2016

Coverage Status

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

@syrusakbary syrusakbary merged commit d08e093 into master Dec 14, 2016
@syrusakbary syrusakbary deleted the features/batch branch December 14, 2016 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants