Is there any way that I could insert data from single table multiple row's by using a single query as follows in Hasura.
Where the data1 and point1 are dynamic.
Input Example:
{
"table1" : {
id: "",
name : "",
value : "".
result:
{
data1: "",
point1: "",
data2: "",
point2: "",
}
}