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-08-13 12:10:09 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-13 12:10:09 +0300
commit4e33606f0114c39e07f0151465299f75bfe00c3e (patch)
tree5d5f3593c7114b64e611e4c10ea9ca25e94d566a /app/assets/javascripts/graphql_shared
parent6c516c90efc656531d2d90f55dcc49b863e10158 (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/pageInfoCursorsOnly.fragment.graphql4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/javascripts/graphql_shared/fragments/pageInfoCursorsOnly.fragment.graphql b/app/assets/javascripts/graphql_shared/fragments/pageInfoCursorsOnly.fragment.graphql
new file mode 100644
index 00000000000..22bcefbecd3
--- /dev/null
+++ b/app/assets/javascripts/graphql_shared/fragments/pageInfoCursorsOnly.fragment.graphql
@@ -0,0 +1,4 @@
+fragment PageInfo on PageInfo {
+ startCursor
+ endCursor
+}