Commit c9bf8c64 authored by charlieablett's avatar charlieablett

Tweak GraphQL board description

parent e63b05bd
......@@ -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
......
......@@ -591,7 +591,7 @@ type Board {
id: ID!
"""
Lists of the project board
Lists of the board
"""
lists(
"""
......
......@@ -1541,7 +1541,7 @@
},
{
"name": "lists",
"description": "Lists of the project board",
"description": "Lists of the board",
"args": [
{
"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