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
Due to an extremely complex operation, i need to use a RawQuerySet, I am able to get past some lack of support for using raw query sets, however I haven't found a way to handle the type mismatch with a deferred object (this also would occur from a queryset that uses .only(),
I get the error message Expected value of type "MyModelNode" but got: MyModel_Deferred__.....
Is there any way for me to modify MyModelNode to accept defereed model instances?
The text was updated successfully, but these errors were encountered:
Due to an extremely complex operation, i need to use a RawQuerySet, I am able to get past some lack of support for using raw query sets, however I haven't found a way to handle the type mismatch with a deferred object (this also would occur from a queryset that uses .only(),
I get the error message Expected value of type "MyModelNode" but got: MyModel_Deferred__.....
Is there any way for me to modify MyModelNode to accept defereed model instances?
The text was updated successfully, but these errors were encountered: