Tormod Haugland

Results 17 issues of Tormod Haugland

There is likely a use case for having a DjangoUpsertMutation.

enhancement

The reason for this is that the queryset being lazily evaluated on return no longer matches the original filter. Fixing this _may_ require prefetching all the results of the update...

bug

One thing that would be nice to have is the possibility to create complex mutations with relations referring to objects that have not yet been created. For instance: ``` mutation{...

enhancement

See #119. Should probably be done alongside #61.

enhancement