Issue with inheriting from the django-graphene default GraphQLView

后端 未结 0 861
予麋鹿
予麋鹿 2020-12-09 01:03

I have the need to do the following:

    path(
        \'/graphql\',
        csrf_exempt(
            viewsets.MyCustomGraphQLView.as_view()
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题