kc

Results 70 comments of kc

Hi @brunovsiqueira @bwhiteTP thanks for sharing that information. Based on the information you've shared this sounds like an issue that is coming from the underlying Amplify Android library. Can you...

Great thank you. We can monitor from there.

Hi @MarlonJD thank you for posting your issue and providing a detailed explanation of what you did. It appears you are trying to access the Department field on your Student...

Thanks for the clarification @MarlonJD we'll take a further look. The issue appears to be with nested model behavior and how to query for relationships of `manyToMany`. Further note, the...

Hi @RikiZimbakov can you please share the graphql schema you're using?

Hi @ignitum-ryan thanks for your great insights here! Yes the `firstWhereOrNull` call is the root cause of this error. And yes you're right this was an oversight and not implemented....

Hey sorry I took so long to respond. Unfortunately I did not .. I did a workaround where I had a common view cell class that show/hid views based on...

Thanks for providing the schema. Will look to reproduce your issue later today.

Hi @bibaswan-bhawal thanks for your patience here. I also attempted to reproduce your problem in a small sample app using a simplified version of your schema. Like Jordan did above...

Hi @HarkerTech will take a look using our datastore example app to reproduce