summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/boards/lists/create.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/graphql/mutations/boards/lists/create.rb')
-rw-r--r--app/graphql/mutations/boards/lists/create.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/graphql/mutations/boards/lists/create.rb b/app/graphql/mutations/boards/lists/create.rb
index f6df63365b2..9eb9a4d4b87 100644
--- a/app/graphql/mutations/boards/lists/create.rb
+++ b/app/graphql/mutations/boards/lists/create.rb
@@ -8,11 +8,11 @@ module Mutations
argument :backlog, GraphQL::BOOLEAN_TYPE,
required: false,
- description: 'Create the backlog list'
+ description: 'Create the backlog list.'
argument :label_id, ::Types::GlobalIDType[::Label],
required: false,
- description: 'Global ID of an existing label'
+ description: 'Global ID of an existing label.'
def ready?(**args)
if args.slice(*mutually_exclusive_args).size != 1