HI guys not sure if this is the right place for th...
# orm-help
s
HI guys not sure if this is the right place for this type of query but is there anyway to fire a updateMany mutation with different data for each id passed or would i need to fire off multiple mutations?
๐Ÿ‘ 1
w
AFAIK, itโ€™s not possible. Best thing you can do is to run several
updateMany()
to batch as much as you can
๐Ÿ‘ 1