ash_graphql/test/support
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
..
relay_ids improvement: use bulk actions for create/destroy 2024-04-25 23:28:37 -04:00
resources fix: don't deduplicate argument types by argument name (#162) 2024-05-23 08:58:25 -04:00
types improvement!: auto? managed_relationships by default 2024-04-01 16:02:30 -04:00
domain.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
embeds.ex chore: don't set domain for embedded resources 2024-04-11 23:49:22 -04:00
force_change_id.ex improvement: support upsert?: true flag on create 2021-04-05 14:41:16 -04:00
root_level_errors_domain.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
root_level_errors_schema.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
schema.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
static_calculation.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
test_helpers.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00