Is there a way to create User from console? Withou...
# prisma-whats-new
d
Is there a way to create User from console? Without mutation? I get "add item" form for all custom types but User, File => system types
n
no, you need to use the
createUser
mutation directly, but you can do that in the playground
d
Thanks 🙂