alionthego

Results 7 issues of 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...

bug

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...

feature-request
documentation

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...

bug
storage
follow up
slow-transfer

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!...

datastore
question
follow up
p2

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...

api
feature-request
p2

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:...

datastore
pending-triage
question
p3

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...

amplify/ios
getting-started