ash_graphql/test/support/resources
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
..
channel Add test for mutation with read action in simple data layer resource issue (#170) 2024-06-02 08:08:46 -04:00
actor.ex feat: relationship pagination (#166) 2024-05-26 09:50:54 -04:00
actor_agent.ex feat: relationship pagination (#166) 2024-05-26 09:50:54 -04:00
agent.ex feat: relationship pagination (#166) 2024-05-26 09:50:54 -04:00
award.ex feat: relationship pagination (#166) 2024-05-26 09:50:54 -04:00
comment.ex feat: support queries/mutations on the domain 2024-05-24 15:51:19 -04:00
composite_primary_key.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
composite_primary_key_not_encoded.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
constrained_map.ex improvement!: No longer automagically derive types 2024-04-01 15:27:43 -04:00
double_rel_embed.ex chore: don't set domain for embedded resources 2024-04-11 23:49:22 -04:00
double_rel_recursive.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
double_rel_recursive_to_embed.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
double_rel_type.ex improvement!: No longer automagically derive types 2024-04-01 15:27:43 -04:00
embed.ex chore: don't set domain for embedded resources 2024-04-11 23:49:22 -04:00
map_types.ex improvement!: No longer automagically derive types 2024-04-01 15:27:43 -04:00
movie.ex test: add tests on paginated relationships (#177) 2024-06-11 09:49:05 -04:00
movie_actor.ex feat: relationship pagination (#166) 2024-05-26 09:50:54 -04:00
multitenant_post_tag.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
multitenant_tag.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
nested_embed.ex chore: don't set domain for embedded resources 2024-04-11 23:49:22 -04:00
nested_enum.ex improvement!: No longer automagically derive types 2024-04-01 15:27:43 -04:00
no_graphql.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
no_object.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
non_id_primary_key.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
other_resource.ex improvement: deduplicate map types across domains (#164) 2024-05-23 12:11:28 -04:00
post.ex feat: argument_input_types (#176) 2024-06-10 13:32:37 -04:00
post_tag.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
relay_post_tag.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
relay_tag.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
review.ex feat: relationship pagination (#166) 2024-05-26 09:50:54 -04:00
sponsored_comment.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
tag.ex improvement!: port AshGraphql to Ash 3.0 (#123) 2024-04-01 14:03:06 -04:00
user.ex fix: properly set actor on bulk action calls 2024-04-27 09:27:00 -04:00