summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/boards/update.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/boards/update.rb')
-rw-r--r--app/graphql/mutations/boards/update.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/mutations/boards/update.rb b/app/graphql/mutations/boards/update.rb
index f1a1d57306b..40ab5a5ba7d 100644
--- a/app/graphql/mutations/boards/update.rb
+++ b/app/graphql/mutations/boards/update.rb
@@ -10,12 +10,12 @@ module Mutations
argument :id,
::Types::GlobalIDType[::Board],
required: true,
- description: 'The board global ID.'
+ description: 'Board global ID.'
field :board,
Types::BoardType,
null: true,
- description: 'The board after mutation.'
+ description: 'Board after mutation.'
authorize :admin_issue_board