Raddadi Mehdi

Results 11 comments of Raddadi Mehdi

Graphene just released the v3 :tada: https://github.com/graphql-python/graphene/releases/tag/v3.0.0

@ryanermita Thanks, I understand better now.

Hi, if it can help someone, I used this to make it work with desert and still keeping it not too convoluted. ```python @dataclass class Child: name: str @dataclass class...

Graphene v3 has just been released :D https://github.com/graphql-python/graphene/releases/tag/v3.0.0

I think that could be an idea, but in this case, you may encounter some data where your offlaner will have mode gold than your mid, or a support more...

Thanks for your answer. Do you have any idea when a version compatible with Django2 will be released ?

Perfect, thanks !

As a matter of fact, I would love to see factories implemented. Users of this library could use them in their tests.

Also, when running a transaction concurrently, we may need to change the migration so that the create is run outside a transaction.