Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphiQL not working in v2.12.0 #1003

Closed
bloomcake opened this issue Jul 13, 2020 · 2 comments · Fixed by #1004
Closed

GraphiQL not working in v2.12.0 #1003

bloomcake opened this issue Jul 13, 2020 · 2 comments · Fixed by #1004
Assignees
Labels

Comments

@bloomcake
Copy link

  • What is the current behavior?

In version v2.12.0 the GraphiQL playground no longer works. I always get the error Cannot read property '1' of null in my response. In version v2.11.1 everything works fine.

nicememe ZbVai8zFifldc0UdeSZ

  • Please tell us about your environment:

    • Version: graphene-django v2.12.0; graphene v2.1.8
    • Platform: Linux Ubuntu 20.04
@jkimbo
Copy link
Member

jkimbo commented Jul 13, 2020

I can reproduce this issue. Looking into it now.

@eabruzzese
Copy link
Collaborator

@grebsai As a quick workaround, give your query a name:

query MyQuery {
  allNames {
    id
    title
  }
}

I'll fix this shortly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants