summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/award_emojis/toggle.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-18 06:09:31 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-18 06:09:31 +0000
commit0115b63f646be489bb9685dad0e4b0747a79de05 (patch)
tree1739ce6f3e7ab90db561e3415bd34427f4839b40 /app/graphql/mutations/award_emojis/toggle.rb
parent37ea4b5fbf55e039a2255f0f5d5508e5f479775c (diff)
downloadgitlab-ce-0115b63f646be489bb9685dad0e4b0747a79de05.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/graphql/mutations/award_emojis/toggle.rb')
-rw-r--r--app/graphql/mutations/award_emojis/toggle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/graphql/mutations/award_emojis/toggle.rb b/app/graphql/mutations/award_emojis/toggle.rb
index a7714e695d2..679ec7a14ff 100644
--- a/app/graphql/mutations/award_emojis/toggle.rb
+++ b/app/graphql/mutations/award_emojis/toggle.rb
@@ -5,7 +5,7 @@ module Mutations
class Toggle < Base
graphql_name 'AwardEmojiToggle'
- field :toggledOn, GraphQL::BOOLEAN_TYPE, null: false,
+ field :toggled_on, GraphQL::BOOLEAN_TYPE, null: false,
description: 'Indicates the status of the emoji. ' \
'True if the toggle awarded the emoji, and false if the toggle removed the emoji.'