Graphql fields and variables for the approverUpdate mutation
Last updated 1 year ago
Was this helpful?
Update an approver
Scope required: security:write
For a complete list of input attributes see the type
mutation approverUpdate ($id: ID!, $attributes: ApproverAttributes!) { approverUpdate (id: $id, attributes: $attributes) { approver { id name userId } errors } }
{ "id": "456123", "attributes": { "name": "", "userId": "456123" } }
id
ID
attributes
approver
errors
List (String)