graphql-compose-connection
graphql-compose-connection copied to clipboard
Specify connection resolver name in options
I have a use-case for creating more than one connection resolvers for a typecomposer, but because the resolver name is hardcoded, this is quite complicated (i need to wrap it and do some juggling). It would be great if the resolver name could be set in the options.
Can you make PR with default value with current name for backward compatibility?