Open
Description
Describe the bug
GraphQL errors returned by the server after the first request are ignored when using pollInterval
.
To Reproduce
Steps to reproduce the behavior:
- Write a apollo query using
pollInterval
- The server should return a successful result the first time.
- The server returns a graphql error the second time.
- The error is ignored
Expected behavior
The graphql error should not be ignored. Network errors, if you stop the graphql server for example, are not ignored. If the error occurs for the first query, before it waits to poll, it's not ignored either.
Versions
vue: 2.6.12
vue-apollo: 3.0.5
apollo-client: 2.6.10