aws-mobile-appsync-sdk-js
aws-mobile-appsync-sdk-js copied to clipboard
JavaScript library files for Offline, Sync, Sigv4. includes support for React Native
*Issue #, if available:* #713, #566, #727, #709 *Description of changes:* Wasn't building in Angular projects. Used a fix from #566 that was never merged to fix "Unknown is not...
I am working on a project that has 10s of millions of visitors per month and we are trying to optimize the first load experience. One of the biggest issues...
**Do you want to request a *feature* or report a *bug*?** I think this is a bug. The only other reference I could find is here: https://github.com/awslabs/aws-mobile-appsync-sdk-js/issues/263#issuecomment-461280846 **What is the...
Here's what I am trying to do essentially in Angular. I am passing the credentials with the users identityId And JWT token to Appsync to authenticate them. ``` const client...
The useSubscription hook using the AppSync link does not work correctly. Specifically, it does not implement the `onComplete` event which is defined by Apollo documentation. You can reproduce this by...
I'm trying to use buildMutation, and it doesn't seem to be working correctly. I'm also confused by the discrepancy between docs and source. I have below code: ``` await (async...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** AWSJSON fields arriving on a subscription are double encoded. **If the current behavior...
I'm working on a project using AWS AppSync with Apollo to manage GraphQL subscriptions. I'm using `aws-appsync-subscription-link` with an Apollo subscription for real-time data. Everything works fine until the subscription...
**Do you want to request a *feature* or report a *bug*?** Bug **What is the current behavior?** I'm using React Native, and after background the application or lock the phone,...
Since this upgrade thing has been confusing for me, here's a working setup I used to query data from my IAM protected AppSync API in a Typescript Lambda to simply...