We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebbc578 commit 66938e9Copy full SHA for 66938e9
graphene_django/views.py
@@ -485,7 +485,6 @@ def as_view(cls, **initkwargs):
485
view._is_coroutine = coroutines._is_coroutine
486
return view
487
488
- @method_decorator(ensure_csrf_cookie)
489
async def dispatch(self, request, *args, **kwargs):
490
try:
491
if request.method.lower() not in ("get", "post"):
0 commit comments