Can we get an example of the mutation completeFormAction?
I tried using this, but I keep getting and error back.
mutation {
completeFormAction(input: {
requestNumber:313
number:2
}){
action {
number
}
}
}
{
"errors": [
{
"message": "The Type can only be System.Double, System.DateTime, System.String or ContextFileReference",
"locations": [
{
"line": 2,
"column": 3
}
],
"path": [
"completeFormAction"
]
}
],
"data": {
"completeFormAction": null
}
}