1.0.0 #253
@ -182,10 +182,10 @@ class QueryABC(ObjectType):
|
||||
if filter is not None:
|
||||
collection = filter.filter(collection)
|
||||
|
||||
if page is not None:
|
||||
collection = page.filter(collection)
|
||||
|
||||
if sort is not None:
|
||||
collection = sort.filter(collection)
|
||||
|
||||
if page is not None:
|
||||
collection = page.filter(collection)
|
||||
|
||||
return collection
|
||||
|
Loading…
Reference in New Issue
Block a user