graphql-python / graphene-django

Build powerful, efficient, and flexible GraphQL APIs with seamless Django integration.
http://docs.graphene-python.org/projects/django/en/latest/
MIT License
4.31k stars 769 forks source link

dunder '__', is reserved by GraphQL introspection #1533

Closed Yankzy closed 3 months ago

Yankzy commented 3 months ago

Just upgrade to graphene-django 3.1.x now getting this in Graphiql { "errors": [ { "message": "Name '__1' must not begin with '__', which is reserved by GraphQL introspection." }, { "message": "Name '__2' must not begin with '__', which is reserved by GraphQL introspection." }, { "message": "Name '__1' must not begin with '__', which is reserved by GraphQL introspection." }, { "message": "Name '__2' must not begin with '__', which is reserved by GraphQL introspection." }, { "message": "Name '__1' must not begin with '__', which is reserved by GraphQL introspection." }, { "message": "Name '__2' must not begin with '__', which is reserved by GraphQL introspection." }, { "message": "Name '__1' must not begin with '__', which is reserved by GraphQL introspection." }, { "message": "Name '__2' must not begin with '__', which is reserved by GraphQL introspection." } ] }