Welcome to mirror list, hosted at ThFree Co, Russian Federation.

page_info.query.graphql « queries « graphql « environments « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d77ca05d46fba639384be3072685f1ab1d82488f (plain)
1
2
3
4
5
6
7
8
query getPageInfo {
  pageInfo @client {
    total
    perPage
    nextPage
    previousPage
  }
}