@@ -1111,6 +1111,45 @@ it('calls a mutation with correct parameters and reorders designs', async () =>
});
```
To mock multiple query response states, success and failure, Apollo Client's native retry behavior can combine with Jest's mock functions to create a series of responses. These do not need to be advanced manually, but they do need to be awaited in specific fashion.