Vasiliy Ditsyak

Results 489 comments of Vasiliy Ditsyak

Hi. Try to change your query in the next way and try again. ``` fragment TextMessage on Text { id body audit { createdBy { entity { ...UserGql } }...

@m-Skolnick could you attach your schema and full query?

Share only the core part and rename the fields))) So I can experiment with solution

Hi @baconcheese113 Thanks for your time investment in this issue. `GraphQLCache` has `dataIdFromObject` function which could help you to fix normalization issues. We cannot add `id` by default to all...

@baconcheese113 we already have fix for that https://github.com/comigor/artemis/pull/254

Look at how the code is generated. As far as I understand- it’s mostly relates to how dart type system work. Maybe you’ll be able to find suitable approach

Hi. For now Artemis supports only extracting graphql queries. There is no major plans to change the approach for now.