INPUT_OBJECT
UserAvailabilityInput
Input for updating the availability status of an operator
link GraphQL Schema definition
- input UserAvailabilityInput {
- # Id of the operator
- LegacyId! :
- # Where does the modification comes from. For instance, `Zendesk`, `Salesforce`,
- # etc
- String! :
- # List of availabilities for the different communication modes
- ChannelAvailabilityStatus!]! : [
- }