graphene-sqlalchemy icon indicating copy to clipboard operation
graphene-sqlalchemy copied to clipboard

Why is there no options to set node and edge nonnull on connection field?

Open mz-ericlee opened this issue 4 years ago • 1 comments

I've been trying to set nonnull to node and edge on connection field because a frontend engineer told me that he've got a lot of things to handler if node and edge are nullable. is there a specific reason node and edge set to nullable?

mz-ericlee avatar May 31 '21 00:05 mz-ericlee

There is an issue tracking this in graphene: https://github.com/graphql-python/graphene/issues/968 Additionally, you could try his for a fix: https://github.com/graphql-python/graphene-sqlalchemy/pull/261

erikwrede avatar Apr 27 '22 20:04 erikwrede