AshGraphql Manage Relationships with multiple actions
Hello, I'm using the AshGraphql
With the code above, there is a compiler error,
I read the documentation about Graphql managed relationships. It's not all clicking yet for me.
https://ash-hq.org/docs/dsl/ash-resource#graphql-managed_relationships
managed_relationships DSL to allow a GraphQL mutation to update relationship data on a resource. I works fine with the :create action, but on adding the similar code for the :update action, it gives errors. Here are the relevant parts of the resource module:With the code above, there is a compiler error,
Type name "CreateWebSiteComponentsInput" is not unique.. What do I need to change to make this work?I read the documentation about Graphql managed relationships. It's not all clicking yet for me.
https://ash-hq.org/docs/dsl/ash-resource#graphql-managed_relationships

