summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/boards/destroy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/boards/destroy.rb')
-rw-r--r--app/graphql/mutations/boards/destroy.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/mutations/boards/destroy.rb b/app/graphql/mutations/boards/destroy.rb
index 4a0068edee2..61e0c95f8d3 100644
--- a/app/graphql/mutations/boards/destroy.rb
+++ b/app/graphql/mutations/boards/destroy.rb
@@ -8,11 +8,11 @@ module Mutations
field :board,
Types::BoardType,
null: true,
- description: 'The board after mutation.'
+ description: 'Board after mutation.'
argument :id,
::Types::GlobalIDType[::Board],
required: true,
- description: 'The global ID of the board to destroy.'
+ description: 'Global ID of the board to destroy.'
authorize :admin_issue_board