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 facilitate mutations that result in multiple items being created/updated/deleted, it'd be nice to have the result type be an array ([Foo]) rather than a singular object (Foo).
To facilitate mutations that result in multiple items being created/updated/deleted, it'd be nice to have the result type be an array (
[Foo]) rather than a singular object (Foo).