You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connections fields shouldn't be nullable. I'm generating client side types through graphql introspection and have to do additional existence checking for connections. DjangoConnectionField and DjangoFilterConnectionField should default to creating NonNull connections