warthog
warthog copied to clipboard
Create Decorators for common endpoint types
For standard endpoint types, we should create decorators and then only auto-generate the special schema components if the client has registered that endpoint type:
- connectionQuery
- find Query
- findOne Query
- create Mutation
- update Mutation
- delete Mutation
Make sure we hit all the points from https://github.com/goldcaddy77/warthog/issues/338 for relay connections.