Suwayomi / Suwayomi-Server

A rewrite of Tachiyomi for the Desktop
Mozilla Public License 2.0
3.69k stars 196 forks source link

Support partial mutation responses #954

Closed schroda closed 1 month ago

schroda commented 1 month ago

In case e.g. a mutation was made which looked like this

myMutation { mutationA { ... } mutationB { ... } mutationC { ... } }

and mutation A and B succeeded while mutation C failed, the response only included the error of C and the successful mutation data response of A and B was missing