summaryrefslogtreecommitdiff
path: root/app/graphql/mutations/award_emojis/toggle.rb
diff options
context:
space:
mode:
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 22eab4812a1..a7714e695d2 100644
--- a/app/graphql/mutations/award_emojis/toggle.rb
+++ b/app/graphql/mutations/award_emojis/toggle.rb
@@ -3,7 +3,7 @@
module Mutations
module AwardEmojis
class Toggle < Base
- graphql_name 'ToggleAwardEmoji'
+ graphql_name 'AwardEmojiToggle'
field :toggledOn, GraphQL::BOOLEAN_TYPE, null: false,
description: 'Indicates the status of the emoji. ' \