django-graphql-apollo-react-demo icon indicating copy to clipboard operation
django-graphql-apollo-react-demo copied to clipboard

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

Open Quincy515 opened this issue 8 years ago • 1 comments
trafficstars

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

Quincy515 avatar Aug 18 '17 07:08 Quincy515

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

mbrochh avatar Aug 19 '17 06:08 mbrochh