0

how do people write their delete mutation resolvers? (like in a graceful way, i feel there should be more than just telling the datastore to yeet the record and not tell the client about more info)

Comments
  • 1
    Usually I just yeet the record and not give the client more info, depends on the context though
Add Comment