Hui Zhao

Results 254 comments of Hui Zhao

Improvements of the Amplify JS API reference documentation are in progress. Please stay tuned.

Hi all, I spent some time to play with the micro frontend environment, and noticed that when there are two instances of Amplify category packages (scoped with `@aws-amplify/`) I can...

Hi @ndaba1 By reading "It appears ever so randomly and always when trying to invoke the amplify GraphQL API from a server component" I suspect that the issue was caused...

Hi @ndaba1 thanks for following up. Looking at your implementation, it's actually no difference from calling `runWithAmplifyServerContext()` multiple times in order to `client.graphql()` in a context. The above linked comment,...

That's correct @ndaba1 the optimization was only for multiple GraphQL calls within one incoming request. `fetchAuthSession()` on the server side now requires `InitiateAuth` (if client sent tokens are expired), `GetId`...

Hi @lawmicha thanks for looking! `AWSPhone` is usable while defining schema. all scalar types are listed [here](https://docs.aws.amazon.com/appsync/latest/devguide/scalars.html). Model gen converts some of the scalar types defined in GraphQL schema to...

Hi @david-mcafee is this PR still effective?

Hi @dJani97 The codegen generated code may unnecessarily conform all linter rules as the comment inserted in the generated file: ``` // NOTE: This file is generated and may not...

Hi @michaeka79 thanks for opening this issue. I need some more information to help triaging. > when I download my data model How did you do this exactly, with `amplify...