Commit c9bf8c64 authored by charlieablett's avatar charlieablett

Tweak GraphQL board description

parent e63b05bd
...@@ -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