You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 call, which somewhat negates the utility of the mutation (being able to update a large amount of records).
The text was updated successfully, but these errors were encountered:
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 call, which somewhat negates the utility of the mutation (being able to update a large amount of records).
The text was updated successfully, but these errors were encountered: