Aleksandr Kazakov

Results 2 issues of Aleksandr Kazakov

Currently, the VS Code Apollo extension and Apollo CLI support defining only a single schema/service in the `apollo.config.json` file. In projects that consume multiple GraphQL APIs (for example, `main-api` and...

In `@vue/apollo-composable`, the following code won’t work as expected: ```ts const { result: episodesResult, fetchMore: fetchMoreEpisodes, loading: episodesLoading, onResult: onEpisodesResult, startPolling, stopPolling, } = useQuery( GetEpisodesDocument, episodesVariables, { pollInterval: 500...

enhancement