def resolve(params)
      mutator = CreateCoachNoteMutator.new(context, params)

      if mutator.valid?
        mutator.notify(:success, I18n.t("shared.notifications.success"), I18n.t("mutations.create_coach_note.note_added_notification"))