mbrochh / django-graphql-apollo-react-demo

Code for a workshop about my Django, GraphQL, ReactJS, Apollo-stack
332 stars 78 forks source link

batch url Error: max() arg is an empty sequence #9

Open Quincy515 opened 7 years ago

Quincy515 commented 7 years ago
urlpatterns = [
        url(r'^gql', csrf_exempt(GraphQLView.as_view(batch=True))),
    ]

This issue has been reported earlier, with a fix, but it is not in master: #105

so how can I change my code? can fix this problem, thank you

mbrochh commented 7 years ago

Can you elaborate what is the issue here? I'm not getting this error in my projects.