Open
Description
Prior to using graphql-compose, my schema included types with an id
field courtesy of the Mongoose models. However, the types now have _id
fields instead and I'm faced with having to tweak my entire application to use the new field name.
I was wondering if it's possible to configure graphql-compose to possibly alias the _id
field so the types would have an id
field instead.