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
attribute_test.exs
create_test.exs
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
errors_test.exs improvement: make mutation result errors list non-nullable (#144) 2024-05-03 21:57:02 -04:00
generic_actions_test.exs
paginate_test.exs feat: relationship pagination (#166) 2024-05-26 09:50:54 -04:00
plug_test.exs
read_test.exs
relationship_pagination_test.exs test: add tests on paginated relationships (#177) 2024-06-11 09:49:05 -04:00
relay_ids_test.exs
relay_test.exs
resource_test.exs feat: argument_input_types (#176) 2024-06-10 13:32:37 -04:00
test_helper.exs
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