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
c7a6c40e
Commit
c7a6c40e
authored
Mar 18, 2020
by
Simon Knox
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase board list page size to 2000
parent
c3935123
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
app/graphql/types/group_type.rb
app/graphql/types/group_type.rb
+1
-0
app/graphql/types/project_type.rb
app/graphql/types/project_type.rb
+1
-0
No files found.
app/graphql/types/group_type.rb
View file @
c7a6c40e
...
...
@@ -51,6 +51,7 @@ module Types
Types
::
BoardType
.
connection_type
,
null:
true
,
description:
'Boards of the group'
,
max_page_size:
2000
,
resolver:
Resolvers
::
BoardsResolver
field
:board
,
...
...
app/graphql/types/project_type.rb
View file @
c7a6c40e
...
...
@@ -184,6 +184,7 @@ module Types
Types
::
BoardType
.
connection_type
,
null:
true
,
description:
'Boards of the project'
,
max_page_size:
2000
,
resolver:
Resolvers
::
BoardsResolver
field
:board
,
...
...
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