Skip to content

ValueError max() arg is an empty sequence on GET request batch url #169

Closed
@mvdwaeter

Description

@mvdwaeter

ValueError exception occurs when you have a batch API url and do a GET request to it without any parameters:

    urlpatterns = [
        url(r'^graphql/batch/$', GraphQLView.as_view(batch=True)),
    ]

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions