rmoscoe / support-hero

Support Hero is a customer support ticketing system that allows customers and agents to correspond both asynchronously and synchronously.
https://dry-fjord-88699.herokuapp.com/
3 stars 1 forks source link

Feature/typedefs #33

Closed megellman closed 1 year ago

megellman commented 1 year ago
  1. add typedef for Auth type Auth { token: ID! user: User }
  2. getTicketById needs tickerId to be passed line 40
  3. line 47 -- ticket replace to title

Updated!