Module: Mutations::Todos

Defined in:
app/graphql/mutations/todos/create.rb,
app/graphql/mutations/todos/snooze.rb,
app/graphql/mutations/todos/restore.rb,
app/graphql/mutations/todos/base_many.rb,
app/graphql/mutations/todos/mark_done.rb,
app/graphql/mutations/todos/un_snooze.rb,
app/graphql/mutations/todos/delete_many.rb,
app/graphql/mutations/todos/snooze_many.rb,
app/graphql/mutations/todos/resolve_many.rb,
app/graphql/mutations/todos/restore_many.rb,
app/graphql/mutations/todos/mark_all_done.rb,
app/graphql/mutations/todos/unsnooze_many.rb,
app/graphql/mutations/todos/delete_all_done.rb

Defined Under Namespace

Classes: BaseMany, Create, DeleteAllDone, DeleteMany, MarkAllDone, MarkDone, ResolveMany, Restore, RestoreMany, Snooze, SnoozeMany, UnSnooze, UnsnoozeMany