Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6fc74ecf
Commit
6fc74ecf
authored
Jul 14, 2020
by
Mario de la Ossa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GraphQL docs - lowercase description
Lowercasing Iterations -> iterations
parent
d6169420
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+1
-1
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+1
-1
ee/app/graphql/resolvers/iterations_resolver.rb
ee/app/graphql/resolvers/iterations_resolver.rb
+1
-1
No files found.
doc/api/graphql/reference/gitlab_schema.graphql
View file @
6fc74ecf
...
@@ -5100,7 +5100,7 @@ type Group {
...
@@ -5100,7 +5100,7 @@ type Group {
iid
:
ID
iid
:
ID
"""
"""
Whether
to
include
ancestor
I
terations
.
Defaults
to
true
Whether
to
include
ancestor
i
terations
.
Defaults
to
true
"""
"""
includeAncestors
:
Boolean
includeAncestors
:
Boolean
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
6fc74ecf
...
@@ -14112,7 +14112,7 @@
...
@@ -14112,7 +14112,7 @@
},
},
{
{
"name": "includeAncestors",
"name": "includeAncestors",
"description": "Whether to include ancestor
I
terations. Defaults to true",
"description": "Whether to include ancestor
i
terations. Defaults to true",
"type": {
"type": {
"kind": "SCALAR",
"kind": "SCALAR",
"name": "Boolean",
"name": "Boolean",
ee/app/graphql/resolvers/iterations_resolver.rb
View file @
6fc74ecf
...
@@ -19,7 +19,7 @@ module Resolvers
...
@@ -19,7 +19,7 @@ module Resolvers
description:
'The internal ID of the Iteration to look up'
description:
'The internal ID of the Iteration to look up'
argument
:include_ancestors
,
GraphQL
::
BOOLEAN_TYPE
,
argument
:include_ancestors
,
GraphQL
::
BOOLEAN_TYPE
,
required:
false
,
required:
false
,
description:
'Whether to include ancestor
I
terations. Defaults to true'
description:
'Whether to include ancestor
i
terations. Defaults to true'
type
Types
::
IterationType
,
null:
true
type
Types
::
IterationType
,
null:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment