-
## Bug Report
The current integration tests rely on TestX which, in turn, relies on an older version of GraphQL. TestX is also not compatible with the latest runtime version of GraphBack.
Addition…
-
Recently I want to reproduce this project but I encountered some problems, thank for guiding me to step further. The questions are:
1. How hubot get the web user login data? I don't know how to confi…
-
Hi,
i don't know if this is the correct repository for my question?!
Success:
Queries/Mutations over httpUrl: 'https://hasura.xyz.de/v1/graphql' works -> AuthHeaders available (see getAuthContex…
-
## Bug Report
The following function is the `removeEntry` function. It will only remove the entry if `arrayOfKeys` has `entry.qid`.
```
public async removeEntry(entry: QueueEntryOperation) {
…
-
## Bug Report
* **Platform (e.g. Android/iOS)**: Android & Ios
* **Affected Package(s)**: offix-cache
* **Package version(s)**: 0.15.0
* **Framework**: React-native
I am creating a transact…
-
* **Affected Package(s)**: offix-client
* **Package version(s)**: 0.15.1
* **Platform (e.g. Android/iOS)**: Android
* **Platform Version**: 8.0.0
* **Node.js / npm versions**: 12.14.1
when an i…
-
## Feature Request
URQL is an client that offers the same features as Apollo Client.
The only outstanding feature is missing cache persistence (https://github.com/FormidableLabs/urql-exchange-gra…
-
Hello together,
I am not sure if this is an intended behavior or a bug. I need to reset my cache in certain situtations (different user logs in, timezone changes...) I tried to call apollo.getClie…
-
Hi,
I tried to get `offix` working with `Apollo Client v3 RC`. But `Typescript` is throwing these errors.
I'm trying to implement in a ReactJS project.
```
(property) link?: ApolloLink | unde…
-
I have a use case where mutation 1 creates multiple contact and response is as shown below:
**Multi-contact response:**
```
response {
data: [
[ '1', 'name', '12121' ]
[ '2'…