Micaiah Skolnick
Micaiah Skolnick
I am having this same issue. Although for me, the fragment fails to ~~build~~ parse whether I have another fragment inside of the interface or not. Both of these produce...
> Hi. Try to change your query in the next way and try again. > > ``` > fragment TextMessage on Text { > id > body > audit {...
@vasilich6107 Were you able to find a work-around for this by any chance?
@vasilich6107 I wish I could, but I can't share our schema. However, I would be happy to test and report back the results if that would be helpful.
I'm not sure if this will be helpful, but here it is. It's just an interface that an object conforms to. ``` interface hasDisplayName { """A string used to display...
> @m-skolnick please provide flutter / dart versions. Apologies.. I just added the info to my initial comment. `flutter: 2.5.1`
I'm still seeing the same on flutter 2.5.3. CPU usage is definitely the highest in the first few minutes.. 90% - 190%, then it's dropping to around 40% after 5...
Btw.. I don't think this is new. This is something I saw on old versions as well. I briefly used `dart_code_metrics` a few months ago and was seeing the same...
Thank you. This is a good read ^
I've been wondering why this stopped working. Thank you.