ash_graphql/test/support
Riccardo Binetti 66d2f44443
feat: add Relay ID translation in mutation and queries (#109)
Adds a new option for queries and mutations that defines which arguments or
attributes will use a global Relay ID and their type. This allows automatically
decoding them before hitting their action.

This paves the way to automatic translation derived from the arguments, which
will be implemented subsequently.

---------

Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2024-02-06 09:46:09 -05:00
..
relay_ids feat: add Relay ID translation in mutation and queries (#109) 2024-02-06 09:46:09 -05:00
resources fix: make sure generic actions are authorized (#100) 2023-11-24 05:29:01 -05:00
types test: fix testing type 2023-09-13 15:52:46 -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 test: add new calculate union tests with real resources (#77) 2023-06-15 10:36:20 -04: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