-
Notifications
You must be signed in to change notification settings - Fork 764
Closed
Labels
Docs enhancementIssues that can be resolved with better docsIssues that can be resolved with better docs📖 documentation
Description
I have a ReactJS application that is hosted on a separate domain from my Django app. But the library (Apollo) currently only makes requests with POST. Since I have no mutations in my Graphene implementations, it's pretty safe for me to use csrf_exempt
for my GraphQL view.
Would you be able to add that to your documentation somewhere so that people know this is an option. Would you also be able to confirm that I'm correct in my deduction? :) If it's still possible to write to GraphQL without mutations, I'll need to look for a different solution.
Thanks!!
iraj-jelo and zbyte64
Metadata
Metadata
Assignees
Labels
Docs enhancementIssues that can be resolved with better docsIssues that can be resolved with better docs📖 documentation