async-graphql icon indicating copy to clipboard operation
async-graphql copied to clipboard

Don't bail early on the first error when resolving containers

Open ipetkov opened this issue 4 months ago • 0 comments

Instead, resolve all fields fully and collect the errors in the context. This allows the request to return partial data (and multiple errors) as allowed by the GraphQL spec without needing to manually juggle this by hand.

ipetkov avatar Aug 20 '25 19:08 ipetkov