INPUT_OBJECT

UserAvailabilityInput

Input for updating the availability status of an operator

link GraphQL Schema definition

  • input UserAvailabilityInput {
  • # Id of the operator
  • operatorId: LegacyId!
  • # Where does the modification comes from. For instance, `Zendesk`, `Salesforce`,
  • # etc
  • origin: String!
  • # List of availabilities for the different communication modes
  • availabilities: [ChannelAvailabilityStatus!]!
  • }

link Require by