-
**Intended outcome:**
Using the `skip` property of `useQuery`, I expect the query not to be executed as long as `skip === true`.
**Actual outcome:**
No matter which value `skip` has, the …
-
**Intended outcome:**
I want to display the graphQL server errors to the client.
**Actual outcome:**
I see an opaque internal apollo error instead.
**How to reproduce the issue:**
Sim…
-
### SQLDelight Version
1.5.3+
### Application Operating System
iOS, Native, etc
### Describe the Bug
The in-memory mode of sqlite without a shared cache name allows only one connection. The sqlde…
-
### Description
I use proxy cache mode, and an x509 error is reported when the connection to the primary registry is an insecure mirror repository
```
Mar 01 16:23:37 k8s1 registry[75313]: time="…
-
Currently, mst-gql is based on `graphql-request`. Not using apollo client has a few benefits
- much smaller footprint
- easy / simple setup
However, using apollo might have soon benefits as wel…
-
**Is your feature request related to a problem / use case? Please describe.**
After subscribing, if I need to get a specific subscription, today I should use the URL to ensure that the wanted subscri…
-
### What problem does this feature solve?
Saving data locally to local storage is imperative for PWA, this is supported by apollo-cache-persist but currently it is unclear/impossible to support it du…
-
Hi guys, I'm not sure if this is an issue with my application but it seems like the @connection directive isn't working as expected
the two places I use it are as such, (code stripped for brevity)
…
-
> **Priority**: Minor
> **Original Assignee**: Dave Syer
> **Reporter**: Matt Veitas
> **Created At**: Sun, 22 Dec 2013 04:43:52 +0000
> **Last Updated on Jira**: Mon, 30 Dec 2013 10:49:15 +0000
I am…
dsyer updated
3 years ago
-
**Intended outcome:**
When I use the `startPolling` feature, each time the query executes, I expect the variables used on the query to be the latest version.
**Actual outcome:**
When the quer…