Michael Law

Results 287 comments of Michael Law

The changes have been finalized to - iOS / Android libraries are backwards compatible with the older properties being codegenerated, and have made the changes to support the new properties....

@returnzer0 which SDK are you using? https://github.com/awslabs/aws-mobile-appsync-sdk-ios or one from https://github.com/aws-amplify/aws-sdk-ios The current issue posted sounds related to Appsync's default subscriptions not working. To better understand your issue with the...

> Android currently doesn't appear to be appending any prefix to the custom attribute key. Will this disparity cause any issue? Does Cognito treat an attribute prepended with `custom:` differently...

> @lawmicha should this be transferred to amplify-ios? We should keep this issue to track Android's support for .custom and .unknown. iOS should track adding the missing enum cases: https://github.com/aws-amplify/amplify-ios/issues/1248...

what is codegenerated? does the schema contain information that the phone is of type AWSPhone?

hi @mickeysox, thanks for sharing your research for others to learn from. I could not reproduce the issue with missing posts when retrieving the user. 1. I ran `amplify add...

thanks for details, I would expect a max depth of 2 to be generating the correct selection set. since it was working in 4.12.0 (version I used) then there may...

Hi @sebsto , Please give it a try with AppSync 3.1.0, this contains a dependency on AWSCore 2.13. At the moment, we follow up an AppSync dependency upgrade once AWSCore...

Ref: PR on JS repo with discussion https://github.com/awslabs/aws-mobile-appsync-sdk-js/pull/726 Android https://github.com/awslabs/aws-mobile-appsync-sdk-android/pull/402

Looks like the sceenshot is pointing to API.swift, which is generated by Amplify CLI when you run `amplify push`. API.swift contains GraphQL operations for you to use with AppSync SDK....