Is there a way to clear or reset a local graphcool...
# prisma-whats-new
b
Is there a way to clear or reset a local graphcool db data?
a
There's a way to clear the entire local cluster, not a single service (yet).
b
What's the command for that? thanks
a
graphcool local stop
followed by
docker volume prune
will clear the entire cluster (all local services)
b
Thank you
😎 1