graphql-compose / graphql-compose-mongoose

Mongoose model converter to GraphQL types with resolvers for graphql-compose https://github.com/nodkz/graphql-compose
MIT License
708 stars 94 forks source link

rawQuery #54

Open jcp1970 opened 7 years ago

jcp1970 commented 7 years ago

I see that count, findOne and findMany can do rawQuery but I think findById does not process rawQuery. Can you please add rawQuery support to findById as well?

nodkz commented 6 years ago

Sorry for late response. I lost your issue.

For what purpose you need rawQuery on findById? Can you share use case? I try to keep findById as simple as possible.