aws-mobile-appsync-events-starter-react icon indicating copy to clipboard operation
aws-mobile-appsync-events-starter-react copied to clipboard

GraphQL starter application with Realtime and Offline functionality using AWS AppSync

Results 16 aws-mobile-appsync-events-starter-react issues
Sort by recently updated
recently updated
newest added

Need to keep count of how many subscribers are connected with each subscription. For UserA, UserB are connected with SubscriptionA : then 2 is the total subscribers For UserA are...

Someone should probably update the example code for creating a client, so it matches the TypeScript types. ```js const client = new AWSAppSyncClient( { url: appSyncConfig.graphqlEndpoint, region: appSyncConfig.region, auth: {...

*Issue #, if available:* *Description of changes:* SubscriptionEventComments typo: missing a C. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache...

Hello I have problems when I use this sample. -Issue Reproduction Steps 1. You are online, And add one event. 2. Make you offlne and delete the created event. And...

To replicate: 1. create few events 2. delete some events 3. notice graphql keeps returning deleted events in network 4. notice same events in the localstorage ![capture](https://user-images.githubusercontent.com/5113125/39804100-79d7969c-53b6-11e8-8d2e-5e95a231a109.PNG)

The new event UI has a textarea for the description, which invites use of newlines. The Save button seems to work: the app goes from NewEvent back to Home and...

I'm trying to use OpenID Connect with AppSync, but I haven't found much information on the subject. This related ticket https://github.com/serverless/serverless-graphql/issues/360 shows the place I'm stuck in at the moment...

*Issue #, if available:* *Description of changes:* By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Following the directions in `README.md`, I downloaded `AppSync.js` and ran `yarn`. Results: ``` aws-mobile-appsync-events-starter-react aws: git:master $ yarn yarn install v1.3.2 [1/4] 🔍 Resolving packages... [2/4] 🚚 Fetching packages... [3/4]...