macro_rules! assert_response_eq_ignoring_error_id {
($expected:expr, $actual:expr) => { ... };
}Expand description
Assert that the expected and actual Response are equal when ignoring the
Error::apollo_id on any Error in their Response::errors.