swh.graphql.utils.utils module#
- swh.graphql.utils.utils.get_local_paginated_data(source: List, first: int, after=0) ConnectionData [source]#
Pagination at the GraphQL level This is a temporary fix and inefficient. Should eventually be moved to the backend (storage) level