Insert gold price
gold/MCvFlFbIUtL45DDclXnH
mutation insertGold ($price: Float!, $date: String!, $source: String!) {
insert_gold(objects: {date:$date,price:$price,source:$source}) {
affected_rows
}
}
```
gold/MCvFlFbIUtL45DDclXnH
mutation insertGold ($price: Float!, $date: String!, $source: String!) {
insert_gold(objects: {date:$date,price:$price,source:$source}) {
affected_rows
}
}
```