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