ash_graphql/test/support/resources
Riccardo Binetti 98baf6f0be
feat: allow providing descriptions for enum values (#117)
* chore: update ash to use Ash.Type.Enum descriptions

Contextually, remove an unreachable clause that caused dyalizer to fail,
see https://github.com/ash-project/ash/pull/873 for the commit that made
it unreachable

* feat: allow providing descriptions for enum values

If the module exports `graphql_describe_enum_value/1`, use that. Otherwise,
fallback to the Ash.Type.Enum value descriptions introduced in
https://github.com/ash-project/ash/pull/940.

Close #116
2024-03-25 23:43:59 -04:00
..
channel chore: format 2024-02-12 10:06:14 -05:00
comment.ex fix: properly generate first aggregates with correct destination type 2023-11-13 23:02:57 -05:00
composite_primary_key.ex fix: update to latest ash, fix transformer, get tests working 2022-05-17 12:30:19 -04:00
composite_primary_key_not_encoded.ex improvement: support encode_primary_key? false, and set single managed relationship primary keys do :id type when its true 2022-10-12 19:02:04 -04:00
constrained_map.ex feat: create types for maps with constraints (#68) 2023-05-15 09:39:32 -04:00
double_rel_embed.ex fix: ignore embedded resources accidentally placed in API 2022-03-25 13:17:35 -04:00
double_rel_recursive.ex improvement: support latest ash 2022-09-14 12:46:12 -04:00
double_rel_recursive_to_embed.ex improvement: supply arguments to relationships on loading 2023-03-17 14:56:06 -04:00
double_rel_type.ex improvement: fix lint/credo/versions 2022-04-26 11:35:09 -04:00
embed.ex fix: traverse all nested embeds for enum type defs 2021-05-18 14:07:01 -04:00
map_types.ex fix: wrap type in non-null reference if allow_nil? is set to false (#90) 2023-08-22 14:43:27 -04:00
multitenant_post_tag.ex improvement: support latest ash 2022-09-14 12:46:12 -04:00
multitenant_tag.ex update to latest ash 2022-08-30 19:08:16 -06:00
nested_embed.ex fix: traverse all nested embeds for enum type defs 2021-05-18 14:07:01 -04:00
nested_enum.ex chore: fix lint 2021-05-18 14:19:54 -04:00
no_object.ex improvement: setup generate_object? setting on resource (#32) 2022-05-09 21:53:01 -04:00
non_id_primary_key.ex fix: update to latest ash, fix transformer, get tests working 2022-05-17 12:30:19 -04:00
post.ex feat: allow providing descriptions for enum values (#117) 2024-03-25 23:43:59 -04:00
post_tag.ex improvement: support latest ash 2022-09-14 12:46:12 -04:00
relay_post_tag.ex improvement: Implement GraphQL Relay support (#36) 2022-09-20 23:07:30 -04:00
relay_tag.ex improvement: validate that relay? queries use keyset?: true actions 2022-10-21 07:38:33 -04:00
sponsored_comment.ex test: add new calculate union tests with real resources (#77) 2023-06-15 10:36:20 -04:00
tag.ex update to latest ash 2022-08-30 19:08:16 -06:00
user.ex test: update field policy test (#83) 2023-07-13 08:46:26 -04:00