Don't discard data in case of an error
Author: JonasDoeCreated Jun 20, 2026Updated Jun 20, 2026
GraphQL allows to pass both, `data` as well as `error` entries. It would be nice it this would be posssible here. For example, for bulk operations that would help to report partial sucesses alongside with the errors in a proper manner.
Source: graphql-go/graphql