reflow-project / weloop

WeLoop is a React/TypeScript client for ZenPub and a key component of ReflowOS
https://weloop.reflowproject.eu
GNU Affero General Public License v3.0
5 stars 5 forks source link

Delete a Resource - Fix error #80

Open viktorsmari opened 3 years ago

viktorsmari commented 3 years ago

Should we be able to hide or delete a resource?

Now 'My Inventory' has many items, how can I reduce it or paginate? #52

2021-06-08_20-19-32

mutation {
  deleteEconomicResource(
    id:"01F7P868ZHY72RV0VNFKJT2K6B"
  )
}

//response

{
  "data": {
    "deleteEconomicResource": null
  }
}
viktorsmari commented 3 years ago

Issue also created in API repo: https://github.com/dyne/zenpub/issues/56

pless84 commented 2 years ago

Button is there but produce an error: image