module Mutations
  module Account
    ResendConfirmationEmailMutation = GraphQL::Field.define do
      type !types.Boolean
      description 'Resends the confirmation email to a user'