warthog icon indicating copy to clipboard operation
warthog copied to clipboard

Create Decorators for common endpoint types

Open goldcaddy77 opened this issue 4 years ago • 1 comments

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

goldcaddy77 avatar Apr 06 '20 01:04 goldcaddy77

Make sure we hit all the points from https://github.com/goldcaddy77/warthog/issues/338 for relay connections.

goldcaddy77 avatar Apr 27 '21 02:04 goldcaddy77