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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-09 09:08:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-09 09:08:43 +0300
commit828858774207747860f4914e523a7864b5e56ccb (patch)
tree9e8ba5ae7dffea9dd4500c216ea54c87252aa05c /app/assets/javascripts/graphql_shared
parent423e5c973b4ccb0bd25d47581b389ba923e39cf9 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/javascripts/graphql_shared')
-rw-r--r--app/assets/javascripts/graphql_shared/fragments/pageInfo.fragment.graphql2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/javascripts/graphql_shared/fragments/pageInfo.fragment.graphql b/app/assets/javascripts/graphql_shared/fragments/pageInfo.fragment.graphql
index 7403fd6d3c2..e6f5d7db11a 100644
--- a/app/assets/javascripts/graphql_shared/fragments/pageInfo.fragment.graphql
+++ b/app/assets/javascripts/graphql_shared/fragments/pageInfo.fragment.graphql
@@ -1,4 +1,6 @@
fragment PageInfo on PageInfo {
hasNextPage
+ hasPreviousPage
+ startCursor
endCursor
}