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

Improve typedefs for connection resolver factory #338

Closed yoadsn closed 3 years ago

yoadsn commented 3 years ago

This aims to improve docs + typedefs. Mainly ensure "sort" is optional (since can be auto generated from unique indexes) and improve unit tests for connection resolver which did not reflect new behavior of customizing findMany and count resolvers.

This PR tries to resolve #337

nodkz commented 3 years ago

Nice 👍 Thanks a lot 🙏

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 9.3.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: