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
Rename disable_batching attribute to match its semantics
disable_batching was being set to true for the subselection, but that is
actually where we do batching on mutations, so enable_batching matches how
it is actually being used.
Also, I moved the attribute to the mutation execution strategy, since that
is the only place it is used.
0 commit comments