iamcrookedman
                                            iamcrookedman
                                        
                                    ## Feature Request Type - [ ] Core functionality - [X] Alteration (enhancement/optimization) of existing feature(s) - [ ] New behavior ## Description When a filter includes another nested filter...
Request: ``` { standConnection{ edges{ node{ planningAreas{ id } } } } } ``` Models: ``` class PlanningArea(models.Model): ... objects = PlanningAreaQuerySet.as_manager() class Stand(models.Model): ... objects = StandManager() ``` Types:...
Hello I tried to define a custom Connection class to extend it with the data I need. For this, the Node class was also redefined, and I encountered non-obvious behavior...
## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [X] New feature - [ ] Enhancement/optimization - [ ] Documentation ## Issues Fixed or...
## Feature Request Type - [ ] Core functionality - [ ] Alteration (enhancement/optimization) of existing feature(s) - [X] New behavior ## Description In Django it is possible to combine...