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

Can I use 'MongoengineConnectionField' without 'edges'?

Open xiangxn opened this issue 3 years ago • 0 comments

current: users { edges { node { id } } }

What I want is: users { id }

xiangxn avatar Mar 20 '22 03:03 xiangxn