Hey hey. Is it possible to delete many records at ...
# orm-help
c
Hey hey. Is it possible to delete many records at once in Graphcool?
I know this is possible in Prisma, but I don't know how it works in Graphcool; https://github.com/prisma/prisma/issues/81
The graphcool-lib have not implemented deleteAll yet: https://github.com/prisma-archive/graphcool-lib/blob/master/src/index.ts#L135 Any other ways?