Manuel Iglesias

Results 16 comments of Manuel Iglesias

Hi, The `API.graphql` return types were improved by #9197 , the PR has some information on how to use it, but in summary, there are two new types you can...

Hi @moweex > Any advice how can improve our M2M model to work fine with DataStore. Your schema is fine, it works as expected, we tested with this sample app...

Hi @baharev , thank you for trying the cli and bringing up this issue. We'll be looking into it.

Hi @fcobia > And finally today I came across [this](https://www.apollographql.com/docs/angular/recipes/server-side-rendering.html) which under the section titled "Server-side rendering" says that you must use HttpLink from apollo-angular-link-http for GraphQL to work correctly...

Hi @Jun711 This behaviour might be caused by trying to access the cache before it is rehydrated from offline storage. Can you try this change in the file you linked...

Hi @flybayer The source code you linked is not the one for the `aws-appsync` version you are using, this is the correct one, it should be in sync with the...

@nealyip what's the actual version you have in your project? It might be different if you have a yarn.lock or packgae-lock.json e.g. ```sh yarn list | grep appsync # or...

This is interesting, I thought it was fixed in #308 Do you see the same behavior if you do ` disableOffline: true`: ```ts const args: AWSAppSyncClientOptions = { url: this.configService.config.graphqlEndpoint,...

Request: generate typescript type definitions

Just leaving my useless +1 in here 😅 I would love to see #15 merged and eventually make its way to `brew`