ash_graphql/test
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
..
support feat: allow providing descriptions for enum values (#117) 2024-03-25 23:43:59 -04:00
alias_test.exs
ash_graphql_test.exs
attribute_test.exs
create_test.exs
custom_paginate_test.exs
destroy_test.exs
enum_test.exs feat: allow providing descriptions for enum values (#117) 2024-03-25 23:43:59 -04:00
errors_test.exs
generic_actions_test.exs
paginate_test.exs
plug_test.exs
read_test.exs
relay_ids_test.exs
relay_test.exs
resource_test.exs
test_helper.exs
update_test.exs improvement: add hide_inputs to queries and mutations 2024-03-11 10:46:42 -04:00