update_call_order
Update the call order of an emergency contact by providing its ID and new order value.
Instructions
Emergency Contacts · mutation updateCallOrder. Variables: callOrder, id. Example variables: {"callOrder":0,"id":""}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | GraphQL: ID! | |
| callOrder | Yes | GraphQL: Int! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |