You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To do multiple mutations in a single request, it seems like you have to arbitrarily choose one of them to receive $input, and pass that input in the input argument to Mutate, while the other mutations have their inputs in variables.
I attempted to put both inputs in variables leaving input as nil, but this segfaults:
To do multiple mutations in a single request, it seems like you have to arbitrarily choose one of them to receive
$input
, and pass that input in theinput
argument toMutate
, while the other mutations have their inputs invariables
.I attempted to put both inputs in
variables
leavinginput
as nil, but this segfaults:I think it'd make sense to allow
input
to be nil ifvariables
is given.The text was updated successfully, but these errors were encountered: