preetjdp / YouOweMe

Making it simpler to track those chillars
9 stars 6 forks source link

Ability To Delete a Owe #41

Closed preetjdp closed 4 years ago

preetjdp commented 4 years ago

What Does this PR do?.

The Gives the ability for the creator to delete the Owe once created.

Describe In brief the solution / approach you've gone with.

Added a deleteOwe mutation to the server to implement this. For this to work the user has to be one who has created the owe.

Additional context / quirks

Might want to change it up a bit after this gets solved.