aws-mobile-appsync-events-starter-react
aws-mobile-appsync-events-starter-react copied to clipboard
GraphQL starter application with Realtime and Offline functionality using AWS AppSync
I get this error when I use compose with my Component
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 
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]...