rick
01/22/2018, 6:29 PMPosts
I’ve created but when I run prisma reset
I can still see the data when I query {
posts {
id
}
}
huv1k
01/22/2018, 6:31 PMrick
01/22/2018, 6:47 PMrick
01/22/2018, 7:40 PMdeleteManyPosts(
where:{
id_not: "id"
}
) {
count
}
}