ash_graphql/lib
Riccardo Binetti 2bc7b78aa6
fix: don't deduplicate argument types by argument name (#162)
As mentioned in the upgrade guide, the point of dropping auto generation of
types was avoiding conflicts when two arguments had the same name but different
types. Now that we require explicit generation, we can actually support that
usecase for, e.g., arguments with the same name but different types in
create/update mutations.
2024-05-23 08:58:25 -04:00
..
domain docs: minor doc updates (#142) 2024-05-01 16:45:20 -04:00
graphql fix: properly set actor on bulk action calls 2024-04-27 09:27:00 -04:00
resource fix: don't deduplicate argument types by argument name (#162) 2024-05-23 08:58:25 -04:00
types improvement: update to new docs 2022-11-03 09:51:12 -07:00
ash_graphql.ex fix: use Ash.EmbeddableType.ShadowDomain (#156) 2024-05-14 06:16:56 -04:00
context_helpers.ex improvement: thread context from PlugHelpers.get_context through to Query and Changeset (#62) 2023-04-05 10:39:12 -04:00
default_error_handler.ex improvement: remove stacktraces? option 2022-10-12 00:51:01 -04:00
error.ex chore: update errors and deps 2024-04-01 14:13:48 -04:00
plug.ex improvement: thread context from PlugHelpers.get_context through to Query and Changeset (#62) 2023-04-05 10:39:12 -04:00
subscriptions.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
trace_helpers.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
type.ex docs: documentation overhaul 2024-05-01 15:59:38 -04:00