query_paged is a misleading name #940
Labels
API-breaking
This might introduce incompatible API changes
good first issue
Good for newcomers
QoL
Quality of Life enhancements
Milestone
query_paged
suggests that the executed query will be paged, while this is not the case.Whether the query is paged or not is controlled by querie's
page_size
attribute.The only difference between query and query_paged is that the former accepts custom paging_state, so something like
query_with_paging_state
would probably be a better name.The text was updated successfully, but these errors were encountered: