I am trying to insert an array of objects to my hasura table. I have defined my columns like the image below
But I am receiving malformed array literal: \"[]\"
error. I am using JSON.stringify from my client side code to stringify my array before calling the mutation. What am I doing wrong?