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
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
enum_test.exs
errors_test.exs
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