We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54998bf commit 6b761b7Copy full SHA for 6b761b7
lib/graphql/resolver.ex
@@ -1665,7 +1665,6 @@ defmodule AshGraphql.Graphql.Resolver do
1665
|> Ash.bulk_update(action, input,
1666
return_errors?: true,
1667
notify?: true,
1668
- stop_on_error?: false,
1669
rollback_on_error?: false,
1670
strategy: [:atomic, :stream, :atomic_batches],
1671
allow_stream_with: :full_read,
@@ -1831,7 +1830,6 @@ defmodule AshGraphql.Graphql.Resolver do
1831
1830
|> Ash.bulk_destroy(action, input,
1832
1833
1834
1835
1836
authorize_changeset_with: authorize_bulk_with(query.resource),
1837
0 commit comments