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

pageInfo.fragment.graphql « fragments « graphql_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7403fd6d3c24c68dd5cbb1554164113736159df5 (plain)
1
2
3
4
fragment PageInfo on PageInfo {
  hasNextPage
  endCursor
}