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

Fix masking sensitive data in batch JSON request #342

Merged
merged 1 commit into from
May 8, 2019

Conversation

nikolaik
Copy link
Contributor

@nikolaik nikolaik commented May 8, 2019

Tried to use django-silk with the GraphQL server library graphene-django with their view running in batch mode

from django.conf.urls import url
from graphene_django.views import GraphQLView
urlpatterns = [
    url(r'^graphql$', GraphQLView.as_view(graphiql=True, batch=True)),
]

This adds support for JSON requests with a list as the root element.

@auvipy auvipy merged commit 5bf4c49 into jazzband:master May 8, 2019
@chidg chidg mentioned this pull request Jul 29, 2019
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.

2 participants