Is there an example of using mutation to update goal?
I tried to change my goal in API explorer using my PH login, but I got error saying "SyntaxError: Unexpected token < in JSON at position 0"
```
mutation {
goalUpdate(input: {goalId: 12345, title: "test update"}) {
clientMutationId
}
}
```
Replies
Product Hunt
YourStack
YourStack