ash_graphql/test
Riccardo Binetti 9674614b62
feat: allow resources without types (#121)
* fix: regenerate spark formatter and cheatsheet

Make CI pass again

* feat: allow resources without types

Ensure they only expose generic action queries. Add checks to ensure that either
`type :resource_type` or `generate_object? false` is passed if it's needed.

Close #119
2024-03-28 11:16:32 -04:00
..
support feat: allow resources without types (#121) 2024-03-28 11:16:32 -04:00
alias_test.exs fix: properly fetch aliased all attributes 2023-06-12 13:19:07 -04:00
ash_graphql_test.exs fix: get mix check passing 2020-08-14 10:20:47 -04:00
attribute_test.exs fix: wrap type in non-null reference if allow_nil? is set to false (#90) 2023-08-22 14:43:27 -04:00
create_test.exs improvement: make mutation arguments non-null (#111) 2024-01-31 17:52:01 -05:00
custom_paginate_test.exs fix: handle unions containing maps and vice versa 2024-02-11 14:10:20 -05:00
destroy_test.exs improvement: make mutation arguments non-null (#111) 2024-01-31 17:52:01 -05:00
enum_test.exs feat: allow providing descriptions for enum values (#117) 2024-03-25 23:43:59 -04:00
errors_test.exs fix: make results nullable again if root level errors are enabled (#114) 2024-02-09 09:36:23 -05:00
generic_actions_test.exs test: add better regression test (#101) 2023-11-24 07:24:27 -05:00
paginate_test.exs feat: add more sort order values (#91) 2023-08-28 10:42:39 -04:00
plug_test.exs feat(AshGraphql.Plug): Support standard actor/tenant configuration. (#43) 2022-10-30 17:49:24 -04:00
read_test.exs test: test loading through w/ nil values 2024-01-21 12:06:48 -05:00
relay_ids_test.exs feat: add Relay ID translation in mutation and queries (#109) 2024-02-06 09:46:09 -05:00
relay_test.exs chore: format 2023-07-31 15:32:02 -04:00
resource_test.exs feat: allow resources without types (#121) 2024-03-28 11:16:32 -04:00
test_helper.exs fix: resolve testing compilation errors 2020-12-02 00:55:25 -05:00
update_test.exs improvement: add hide_inputs to queries and mutations 2024-03-11 10:46:42 -04:00