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
I as passing a qs.sort('date') to grapple, but hadn't added FilterField("date") to the model and I was getting a response with none, rather than raising an error. An exception was being raise in grapple.utils.resolve_paginated_queryset by qs.search(). Should this return a graphql error instead of a null value?
The text was updated successfully, but these errors were encountered:
I as passing a qs.sort('date') to grapple, but hadn't added FilterField("date") to the model and I was getting a response with none, rather than raising an error. An exception was being raise in grapple.utils.resolve_paginated_queryset by qs.search(). Should this return a graphql error instead of a null value?
The text was updated successfully, but these errors were encountered: