stygmate

Results 48 comments of stygmate

@bellini666 with this query: ```graphql query MyQuery { param { equip { edges { node { id } } } } } ``` this don't work: ```python @strawberry.type class Param:...

@bellini666 No, `Param` is not a Django type, there's no django model named Param. `param` field (using `Param` type) is meant to be a "folder" to better organize related fields...

@bellini666 i see that you have taged this "help wanted", I renamed this issue by adding `("folders" to better organize related fields)` to make it more understandable.

I realized that under certain conditions, evaluating a queryset was loading all the records from the tables. I’ll look for fixes.

I fixed the bug I detected earlier today. I also did quite a bit of refactoring to meet Pyright and Ruff requirements and to make my changes clearer.

I have code branches that aren’t covered by tests. Given the complexity of handling optimizations related to polymorphism, I worked iteratively (hence the large number of commits), and some parts...

@bellini666 I have a huge amount of work at the moment. I’ll try to come back to this topic in a week. In the meantime, beyond the review, if you...

It can be useful to add permissions on inputs (with directive in schema)