Hui Zhao

Results 254 comments of Hui Zhao

Hello @surisakc Sorry for the delay - >So, for the example that using identityClaim: "user_id" in this https://docs.amplify.aws/cli/graphql/authorization-rules/#configure-custom-identity-and-group-claims, does it mean I have to add a custom attribute in Cognito...

>under the folder amplify/backend, correct? That's correct. >Has anyone requested the same business logic as I did i.e. to be able to share models/data among authorized users? Not I'm aware...

>By setting {allow: owner, identityClaim: "custom:familyId"}, is it by default using the accessToken for access authorization or will it use idtoken which has identity claim in it (I saw my...

>Validation error of type UnknownArgument: Unknown field argument users @ 'onUpdateBuilding2' This error causes subscription to fail, which stops sync engine so you would see the unsuccessful sync. This error...

Hi @surisakc Thanks for providing the details about the workaround. >I have fixed this issue but not sure if this is the right way and if it will have any...

Hi @skim037 I think that's the same issue I described here: https://github.com/aws-amplify/amplify-flutter/issues/1921#issuecomment-1197289080 I reviewed amplify-ios logic that the choices of mode names don't have anything to do with the sync...

Hi @skim037 with the release of amplify-flutter 0.6.6 the underlying issue in amplify-ios that preventing emitting `ready` event should've been fixed. Can you give it a try when you get...

I think a "proper" query predicate should be able to create a query that leverages the index (SDI) to perform a Query operation in DynamoDB. E.g. ```dart final request =...

Discovered that amplify-android has a bug that the `SelectionSet` class never generates GraphQL document correctly, as the `getModelFields` for Flutter uses `ModelSchemaRegistry` as singleton but it actually is not a...

Selection set incompatibility. | | amplify-js | amplify-ios | amplify-android | amplify-flutter | amplify-flutter | | ----------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------- | ----------------------- | | |...