Commit ade4356e authored by Jarka Košanová's avatar Jarka Košanová

Merge branch 'cablett-board-description' into 'master'

Tweak GraphQL board description

See merge request gitlab-org/gitlab!34035
parents 7c359b2f c9bf8c64
...@@ -15,7 +15,7 @@ module Types ...@@ -15,7 +15,7 @@ module Types
field :lists, field :lists,
Types::BoardListType.connection_type, Types::BoardListType.connection_type,
null: true, null: true,
description: 'Lists of the project board', description: 'Lists of the board',
resolver: Resolvers::BoardListsResolver, resolver: Resolvers::BoardListsResolver,
extras: [:lookahead] extras: [:lookahead]
end end
......
...@@ -591,7 +591,7 @@ type Board { ...@@ -591,7 +591,7 @@ type Board {
id: ID! id: ID!
""" """
Lists of the project board Lists of the board
""" """
lists( lists(
""" """
......
...@@ -1541,7 +1541,7 @@ ...@@ -1541,7 +1541,7 @@
}, },
{ {
"name": "lists", "name": "lists",
"description": "Lists of the project board", "description": "Lists of the board",
"args": [ "args": [
{ {
"name": "after", "name": "after",
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment