graphene-mongo
graphene-mongo copied to clipboard
Can I use 'MongoengineConnectionField' without 'edges'?
current:
users { edges { node { id } } }
What I want is:
users { id }