diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-18 06:09:31 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-09-18 06:09:31 +0000 |
commit | 0115b63f646be489bb9685dad0e4b0747a79de05 (patch) | |
tree | 1739ce6f3e7ab90db561e3415bd34427f4839b40 /app/graphql/mutations/award_emojis/toggle.rb | |
parent | 37ea4b5fbf55e039a2255f0f5d5508e5f479775c (diff) | |
download | gitlab-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.rb | 2 |
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.' |