Thiago Bellini Ribeiro

Results 256 comments of Thiago Bellini Ribeiro

From what I understand (@patrick91 correct me if I'm wrong), the permission checking there is done before actually resolving the field, meaning that you don't have actually access to what...

@Kitefiko yeah, we need a new ordering implementation. I'm actually wanting to implement this for some time (will probably try this weekend) to implement a new `ordering` which receives a...

I'm also having that issue when using uuid for my user.

Anyone knows if this was resolved in expo sdk 32?

Hi @sumitsharansatsangi . Can you describe the issue a little better?

Hi @jottenlips , Sorry for taking so long to reply, for some reason I didn't receive any notifications about this issue. I like the idea of merging this into `graphene-django`,...

@knambiar unfortunately no. In the end the project that I was developing stopped so I didn't need to actually do this.

Hi @rishindoshi , Dataloading works fine using the strawberry's documentation. What are the issues you are facing with it?

Hi @fireteam99 , Is `MyBaseClass` your django base model? What I usually do is to have an abstract model mixin and define an interface out of it with a code...