Is there a way to run a query in the playground an...
# prisma-whats-new
r
Is there a way to run a query in the playground and get all the
@model
types defined in the schema ? Context is that I need to create a script which can delete all the records for all model types which will bring my local deployment back to a clean state. Otherwise is there a way in which this can be done which I dont know about ?