Module: Mutations::Achievements

Defined in:
app/graphql/mutations/achievements/update_user_achievement.rb,
app/graphql/mutations/achievements/award.rb,
app/graphql/mutations/achievements/create.rb,
app/graphql/mutations/achievements/delete.rb,
app/graphql/mutations/achievements/revoke.rb,
app/graphql/mutations/achievements/update.rb,
app/graphql/mutations/achievements/delete_user_achievement.rb,
app/graphql/mutations/achievements/update_user_achievement_priorities.rb

Overview

rubocop:disable Gitlab/BoundedContexts – the Achievements module already exists and holds the other mutations as well

Defined Under Namespace

Classes: Award, Create, Delete, DeleteUserAchievement, Revoke, Update, UpdateUserAchievement, UpdateUserAchievementPriorities