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:
authorFilipa Lacerda <filipa@gitlab.com>2019-06-06 16:33:27 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-06-11 18:35:46 +0300
commit18b906c026d885124c5b4eb1608d1b883a932956 (patch)
tree47fb47e5c5351070c45dab3f3dafdc612984fb66 /changelogs
parentfd19f887dfeeeedb483c4a4fb32f9f768e89389c (diff)
Creates pagination component graphql
creates a pagination component for the graphql api
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/62788-graphql-pagination.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/62788-graphql-pagination.yml b/changelogs/unreleased/62788-graphql-pagination.yml
new file mode 100644
index 00000000000..a7bc317a08f
--- /dev/null
+++ b/changelogs/unreleased/62788-graphql-pagination.yml
@@ -0,0 +1,5 @@
+---
+title: Adds pagination component for graphql api
+merge_request: 29277
+author:
+type: added