Thiago Bellini Ribeiro

Results 346 comments of Thiago Bellini Ribeiro

Hey @NwawelAIroume , Hrm, that is interesting. Would you like to try to open a PR for that case? If you don't have the time for that, I'll try to...

> What is the reason for this behaviour? Wouldn't it be better to immediately set the necessary behavior in the Node class? The relay implementation was written to be as...

I think I know what is happening there: ```python In [3]: @strawberry.enum ...: class Language(enum.Enum): ...: pal = "pal" ...: eng = "eng" ...: deu = "deu" ...: ita =...

> That is an interesting question. Together with other colleagues we are working on a framework to be used primarily by linguists. We do know that we will be using...

Yes, nested connections should be supported. For curiosity, does changing `gql.relay.connection` to `gql.django.connection` fixes your issue? If not, I'll take a look in what might be happening there

What might be happening there is that when you call `resolve_node` it might be optimizing the result for that field. That's the reason the `update` mutation disables the optimizer extension...