hi all. quick question. is it possible to do a bat...
# prisma-whats-new
c
hi all. quick question. is it possible to do a batch mutation, i.e., pass in an array of input types to a mutation and have it create 500 nodes?
a
You can put multiple mutations in the same request if that's what you're looking for. You need to create a mutation for every node though.