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
254405be
Commit
254405be
authored
Jun 01, 2020
by
Alex Kalderimis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Follow styleguide for field documentation
parent
a2af7bfb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
app/graphql/types/group_type.rb
app/graphql/types/group_type.rb
+1
-1
app/graphql/types/project_type.rb
app/graphql/types/project_type.rb
+1
-1
doc/api/graphql/reference/gitlab_schema.graphql
doc/api/graphql/reference/gitlab_schema.graphql
+2
-2
doc/api/graphql/reference/gitlab_schema.json
doc/api/graphql/reference/gitlab_schema.json
+2
-2
No files found.
app/graphql/types/group_type.rb
View file @
254405be
...
...
@@ -72,7 +72,7 @@ module Types
description:
'A label available on this group'
do
argument
:title
,
GraphQL
::
STRING_TYPE
,
required:
true
,
description:
'T
he t
itle of the label'
description:
'Title of the label'
end
def
label
(
title
:)
...
...
app/graphql/types/project_type.rb
View file @
254405be
...
...
@@ -249,7 +249,7 @@ module Types
description:
'A label available on this project'
do
argument
:title
,
GraphQL
::
STRING_TYPE
,
required:
true
,
description:
'T
he t
itle of the label'
description:
'Title of the label'
end
def
label
(
title
:)
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
254405be
...
...
@@ -4657,7 +4657,7 @@ type Group {
"""
label
(
"""
T
he
t
itle
of
the
label
Title
of
the
label
"""
title
:
String
!
):
Label
...
...
@@ -8408,7 +8408,7 @@ type Project {
"""
label
(
"""
T
he
t
itle
of
the
label
Title
of
the
label
"""
title
:
String
!
):
Label
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
254405be
...
...
@@ -12826,7 +12826,7 @@
"args": [
{
"name": "title",
"description": "T
he t
itle of the label",
"description": "Title of the label",
"type": {
"kind": "NON_NULL",
"name": null,
...
...
@@ -24728,7 +24728,7 @@
"args": [
{
"name": "title",
"description": "T
he t
itle of the label",
"description": "Title of the label",
"type": {
"kind": "NON_NULL",
"name": null,
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