Hello! Is there any way to delete files uploaded t...
# orm-help
u
Hello! Is there any way to delete files uploaded to a
graphcool
service? It looks like they're still reachable even after deleting appropriate
File
node from db 🤔 Actually I removed everything from
File
, but all images still available... 🙄
n
run
deleteFile
to delete a file.
u
thanks!