Based on the changes introduced with graphql-compose/graphql-compose-connection#50, i want to extend the [`connection`](https://github.com/graphql-compose/graphql-compose-mongoose/blob/f1c2bb1a3c27474a1dba8c5952e52ba5d49d58a0/src/resolvers/connection.js#L15) function to support following options: ``` { edgeFields?: ObjectTypeComposerFieldConfigMap<any, TContext>, connectionResolverName?: string, findResolverName?: string, countResolverName?: string, } ``` I created a draft PR for the update. What do you think?