async-graphql
async-graphql copied to clipboard
Don't bail early on the first error when resolving containers
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.