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 chore: don't set domain for embedded resources 2024-04-11 23:49:22 -04:00
force_change_id.ex improvement: support upsert?: true flag on create 2021-04-05 14:41:16 -04:00
other_domain.ex improvement: deduplicate map types across domains (#164) 2024-05-23 12:11:28 -04:00
root_level_errors_domain.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
root_level_errors_schema.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
schema.ex improvement: deduplicate map types across domains (#164) 2024-05-23 12:11:28 -04:00
static_calculation.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
test_helpers.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00