-
Notifications
You must be signed in to change notification settings - Fork 139
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
Fixed the context option #55
base: master
Are you sure you want to change the base?
Conversation
Any word on this getting merged any time soon? |
Any feedback? Will this get merged or did I miss something? |
Thanks @mensinda I've been looking for this fix. :) |
I would really like to see this being merged. @syrusakbary is there anything holding this PR from being merged? |
is this going to be merged any time soon? |
The last commit is from Jul 20, 2018, so this project looks abandoned to me. |
yeah, same fear |
@syrusakbary is no more active around here. Most Graphene projects have new maintainers. Try to reach to graphql-python github org maintainers on Slack: graphenetools.slack.com |
Readded the context option which was removed in d728f80. With this change,
GraphQLView
behaves as described in the documentation.From the README:
context
: A value to pass as thecontext
to thegraphql()
function.This should also fix #52.