ash_graphql/test/support
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
..
relay_ids improvement: use bulk actions for create/destroy 2024-04-25 23:28:37 -04:00
resources test: add tests on paginated relationships (#177) 2024-06-11 09:49:05 -04:00
types improvement: deduplicate map types across domains (#164) 2024-05-23 12:11:28 -04:00
domain.ex Add test for mutation with read action in simple data layer resource issue (#170) 2024-06-02 08:08:46 -04:00
embeds.ex
force_change_id.ex
other_domain.ex improvement: deduplicate map types across domains (#164) 2024-05-23 12:11:28 -04:00
root_level_errors_domain.ex
root_level_errors_schema.ex
schema.ex improvement: deduplicate map types across domains (#164) 2024-05-23 12:11:28 -04:00
static_calculation.ex
test_helpers.ex