Hello,
I'm running in to the following error when trying to use the null keyword:
Syntax Error GraphQL (2:29) Unexpected Name "null"
I seem to recall a PR opened years ago that added support for null, but it looks like all development focus has shifted towards v3 of this library. Unfortunately, v3 will not be compatible for me as there seems to be no progress for v3 compatibility towards graphene-sqlalchemy and flask-graphql. Are there any plans to support null for the current version of this library?
Hello,
I'm running in to the following error when trying to use the
nullkeyword:I seem to recall a PR opened years ago that added support for null, but it looks like all development focus has shifted towards v3 of this library. Unfortunately, v3 will not be compatible for me as there seems to be no progress for v3 compatibility towards graphene-sqlalchemy and flask-graphql. Are there any plans to support
nullfor the current version of this library?