approverCreate
Graphql fields and variables for the approverCreate mutation
mutation approverCreate ($attributes: ApproverAttributes!) {
approverCreate (attributes: $attributes) {
approver {
id
name
userId
}
errors
}
}Arguments
{
"attributes": {
"name": "",
"userId": "456123"
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
