alionthego
alionthego
I have issues where on some mutations the request just hangs with absolutely no callback. I am using my own local storage and not using AppSync local storage for offline...
what is the best workflow to use in order to send push notifications to an iOS device when using appsync. I have a chat app and want users to receive...
I am uploading files that are about 300-400kb in size. The average upload time for a single file is 30 seconds which is unacceptable. How can I improve this? I'm...
I have read the documentation on creating a manyToMany relation on two unique models using GraphQLAPI which suggests the following schema: ``` type Post @model { id: ID! title: String!...
Is there presently anyway to upload an image to be saved in my S3 bucket with the graphQL mutation or do I still have to do this separately? I would...
I am having some issues updating data. Presently I have a listener for DataStore.syncQueriesStarted, and for DataStore.syncQueriesReady and DataStore.ready after syncQueriesStarted I don't allow data updates until DataStore.ready is called:...
I have just started using Gen 2 documentation for Swift and find it very frustrating that so much is left out. At the moment I am trying to figure out...