ash_graphql/test/support
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
..
relay_ids feat: add Relay ID translation in mutation and queries (#109) 2024-02-06 09:46:09 -05:00
resources feat: allow providing descriptions for enum values (#117) 2024-03-25 23:43:59 -04:00
types feat: allow providing descriptions for enum values (#117) 2024-03-25 23:43:59 -04:00
api.ex improvement: Implement GraphQL Relay support (#36) 2022-09-20 23:07:30 -04:00
embeds.ex improvement: revamp data loading to be a single load statement 2023-06-09 00:45:39 -04:00
force_change_id.ex improvement: support upsert?: true flag on create 2021-04-05 14:41:16 -04:00
registry.ex chore: add custom page of unions calculation test 2024-02-11 14:43:49 -05:00
root_level_errors_api.ex fix: make results nullable again if root level errors are enabled (#114) 2024-02-09 09:36:23 -05:00
root_level_errors_schema.ex fix: make results nullable again if root level errors are enabled (#114) 2024-02-09 09:36:23 -05:00
schema.ex improvement: generic action support 2023-09-15 13:45:12 -04:00
static_calculation.ex fix: select fields/aggregates/calculations 2021-03-22 13:03:18 -04:00
test_helpers.ex fix: fix Logger deprecations for elixir 1.15 (#79) 2023-06-22 17:38:24 -04:00