Baris Idemen
Baris Idemen
hi @gghildyal , can you provide a sample code on how you defined the "filter_fields" attribute which enables you to filter by a field of the related model rather than...
Is someone has experience with the item 2, that is, creating a model instance and relating it with **an already existing** M2M model instance, her help would be much appreciated...
Trying to ready every single post on M2M relations and serializers I've found the solution for ITEM 2 thanks to this on SO: [(https://stackoverflow.com/questions/39391423/django-rest-framework-not-saving-reference-to-many-to-many)] It is very interesting that if...
I believe I've sourced the problem and still not sure whether I'm missing something. Because without this fix there is no way to use this library for update mutations with...
Hi @eamigo86 , is there a way to apply multiple index ordering into LimitOffsetGraphqlPagination; providing a list or tuple does not work here. ``` class Meta: description = "Type definition...
By inspecting the library code, I've found the expected syntax is as follows (a string of input fields seperated by comma). I believe reading from a list or tuple would...
Hi @sbernier1 , have you found a final solution for this? How do you make a query where you provide a list and query runs returns all results matching that...
I chose to register the router as a Singleton using GetIt (as you suggest in the documentation) and by using get it the router can now be accessed from anywhere...