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>2023-12-12 06:16:05 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-12-12 06:16:05 +0300
commitfdc2b6184d20e767f089557f3cdc68837a6aacfb (patch)
tree14b1005ac9138e65cdd716b2c7eb1084c970b1f1 /tooling
parent101d32c3b8d57c73088f1103f87899b0b20531eb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/graphql/docs/helper.rb2
-rw-r--r--tooling/graphql/docs/templates/default.md.haml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tooling/graphql/docs/helper.rb b/tooling/graphql/docs/helper.rb
index d90082952fa..d027c5b35db 100644
--- a/tooling/graphql/docs/helper.rb
+++ b/tooling/graphql/docs/helper.rb
@@ -42,7 +42,7 @@ module Tooling
CONNECTION_NOTE = <<~MD
This field returns a [connection](#connections). It accepts the
four standard [pagination arguments](#connection-pagination-arguments):
- `before: String`, `after: String`, `first: Int`, `last: Int`.
+ `before: String`, `after: String`, `first: Int`, and `last: Int`.
MD
# Helper with functions to be used by HAML templates
diff --git a/tooling/graphql/docs/templates/default.md.haml b/tooling/graphql/docs/templates/default.md.haml
index 57c3ca7a476..1502afde181 100644
--- a/tooling/graphql/docs/templates/default.md.haml
+++ b/tooling/graphql/docs/templates/default.md.haml
@@ -7,7 +7,7 @@
This documentation is self-generated based on GitLab current GraphQL schema.
- The API can be explored interactively using the [GraphiQL IDE](../index.md#graphiql).
+ The API can be explored using the [interactive GraphQL explorer](../index.md#interactive-graphql-explorer).
Each table below documents a GraphQL type. Types match loosely to models, but not all
fields and methods on a model are available via GraphQL.