GraphQL json input
I have a few resources that have a jsonb column that allow for user defined metadata to be stored. These are just defined as maps on the actual Ash resource itself, and the GraphQL schema also reports the input as a Json scalar type. However, when I make a request that provides any metadata the graphql api yells at me for invalid input. I'm sure i'm holding something wrong. I figure the worst case scenario is that send it over as a json string and decode to a map
This is how the attribute is defined in the resource
I have ash_json configured like this in my config.exs
This is how the attribute is defined in the resource
I have ash_json configured like this in my config.exs
