Join Slack
Powered by
hi all. quick question. is it possible to do a bat...
# prisma-whats-new
c
coolboyjules
09/17/2017, 3:01 AM
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
agartha
09/17/2017, 11:17 AM
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.
3
Views
Open in Slack
Previous
Next