Action argument shows up as JsonString in graphql schema
I have this argument referencing another resource
however this argument is not showing the inputs that are available, is there a specific way to configure this so the input shows up correct in the schema?
3 Replies
I think you want
argument :credentials, {:array, :map}
and then a configuration for the managed_relationships
in the graphql
blockah! thanks!