ash_graphql/lib/resource
Riccardo Binetti 2bc7b78aa6
fix: don't deduplicate argument types by argument name (#162)
As mentioned in the upgrade guide, the point of dropping auto generation of
types was avoiding conflicts when two arguments had the same name but different
types. Now that we require explicit generation, we can actually support that
usecase for, e.g., arguments with the same name but different types in
create/update mutations.
2024-05-23 08:58:25 -04:00
..
transformers fix: fix primary key delimiter verificatoin step 2023-09-28 17:31:27 -04:00
verifiers fix: fix primary key delimiter verificatoin step 2023-09-28 17:31:27 -04:00
helpers.ex improvement: add attribute_types and attribute_input_types 2022-09-22 13:31:40 -04:00
info.ex improvement!: auto? managed_relationships by default 2024-04-01 16:02:30 -04:00
managed_relationship.ex improvement!: auto? managed_relationships by default 2024-04-01 16:02:30 -04:00
mutation.ex feat: allow passing custom descriptions to queries and mutations (#138) 2024-04-29 15:01:26 -04:00
query.ex feat: allow passing custom descriptions to queries and mutations (#138) 2024-04-29 15:01:26 -04:00
resource.ex fix: don't deduplicate argument types by argument name (#162) 2024-05-23 08:58:25 -04:00