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
c9bf8c64
Commit
c9bf8c64
authored
Jun 08, 2020
by
charlieablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tweak GraphQL board description
parent
e63b05bd
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
app/graphql/types/board_type.rb
app/graphql/types/board_type.rb
+1
-1
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
No files found.
app/graphql/types/board_type.rb
View file @
c9bf8c64
...
...
@@ -15,7 +15,7 @@ module Types
field
:lists
,
Types
::
BoardListType
.
connection_type
,
null:
true
,
description:
'Lists of the
project
board'
,
description:
'Lists of the board'
,
resolver:
Resolvers
::
BoardListsResolver
,
extras:
[
:lookahead
]
end
...
...
doc/api/graphql/reference/gitlab_schema.graphql
View file @
c9bf8c64
...
...
@@ -591,7 +591,7 @@ type Board {
id
:
ID
!
"""
Lists
of
the
project
board
Lists
of
the
board
"""
lists
(
"""
...
...
doc/api/graphql/reference/gitlab_schema.json
View file @
c9bf8c64
...
...
@@ -1541,7 +1541,7 @@
},
{
"name": "lists",
"description": "Lists of the
project
board",
"description": "Lists of the board",
"args": [
{
"name": "after",
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