ash_graphql/test
Davide Briani 18d4e1b010
test: add tests on paginated relationships (#177)
Add tests to verify that relationships can be queried on the results of
GraphQL queries and mutations.

Querying paginated relationships on the result of deletions doesn't
correctly work yet.
Indeed, Ash currently queries relationships using a lateral join but
after the resource deletion has happened, so it looks like nothing is
related.

Signed-off-by: Davide Briani <davide@briani.dev>
2024-06-11 09:49:05 -04:00
..
support test: add tests on paginated relationships (#177) 2024-06-11 09:49:05 -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 Add test for mutation with read action in simple data layer resource issue (#170) 2024-06-02 08:08:46 -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 feat: relationship pagination (#166) 2024-05-26 09:50:54 -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
relationship_pagination_test.exs test: add tests on paginated relationships (#177) 2024-06-11 09:49:05 -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 feat: argument_input_types (#176) 2024-06-10 13:32:37 -04:00
test_helper.exs improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
update_test.exs Add test for mutation with read action in simple data layer resource issue (#170) 2024-06-02 08:08:46 -04:00