fn coalesce_errors(errors: &[Error]) -> Option<Error>
Expand description

Turn 1 or more GraphQL errors into a single Error we can return.