orhir10
orhir1017mo ago

Using skip flag in paginated queries

Hello everyone! Small question, in queries there's "skip" flag allows to delay the execution. can this flag be used in paginated queries as well? couldn't find any way achieving that. Thanks in advance!
1 Reply
ballingt
ballingt17mo ago
Hey there! We didn't implement skip for usePaginatedQuery because we're thinking about ways to change pagination, but this is possible. I think you're right, there's not a slick way to do this now. I would stick this in a separate component for now, that you conditionally render.

Did you find this page helpful?