Graphene-django: GraphiQL not working in v2.12.0

Created on 13 Jul 2020  路  2Comments  路  Source: graphql-python/graphene-django

  • 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
馃悰bug

Most helpful comment

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

query MyQuery {
  allNames {
    id
    title
  }
}

I'll fix this shortly.

All 2 comments

I can reproduce this issue. Looking into it now.

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

query MyQuery {
  allNames {
    id
    title
  }
}

I'll fix this shortly.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dan-klasson picture dan-klasson  路  4Comments

MilanRgm picture MilanRgm  路  3Comments

khankuan picture khankuan  路  4Comments

Dawidpol picture Dawidpol  路  4Comments

flame0 picture flame0  路  4Comments