ash_graphql/test
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
..
support fix: don't deduplicate argument types by argument name (#162) 2024-05-23 08:58:25 -04:00
alias_test.exs add test that shows problem with new auth field clean up (#153) 2024-05-13 08:18:15 -04:00
ash_graphql_test.exs fix: get mix check passing 2020-08-14 10:20:47 -04:00
attribute_test.exs improvement!: No longer automagically derive types 2024-04-01 15:27:43 -04:00
create_test.exs chore: Add failing test case for string union values parsed as numbers. (#134) 2024-04-23 19:29:00 -04:00
custom_paginate_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
destroy_test.exs fix: properly set actor on bulk action calls 2024-04-27 09:27:00 -04:00
enum_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
errors_test.exs improvement: make mutation result errors list non-nullable (#144) 2024-05-03 21:57:02 -04:00
generic_actions_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
paginate_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
plug_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
read_test.exs improvement!: No longer automagically derive types 2024-04-01 15:27:43 -04:00
relay_ids_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
relay_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
resource_test.exs fix: don't deduplicate argument types by argument name (#162) 2024-05-23 08:58:25 -04:00
test_helper.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
update_test.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00