INPUT_OBJECT
CreateScheduledEventMutationInput
The input object that defines the fields for the createScheduledEvent mutation.
link GraphQL Schema definition
- input CreateScheduledEventMutationInput {
- # A human readable description.
- : String
- # A date and time
- : Datetime!
- # The event for this scheduled event.
- : ScheduledEventEvent!
- # The ID of an object described by the `event` field.
- : String
- # The amount to be used for this scheduled event. Only applicable for events that
- # relate to money (e.g. price override, payment.)
- : Int
- # Whether or not to prorate the transaction.
- : Boolean
- # The ID of an Account.
- : Int64Bit!
- # The action to take when this service is added to an account when additional
- # services are enabled in system settings and more than on service will exist.
- : AdditionalServiceActionType
- # Items specific to a voice service. Includes the quantity, price override, and
- # related configuration parameter of each.
- : [AccountVoiceServiceDetailMutationInput]
- # Items specific to Calix provisioning on associated service.
- : [AccountCalixServiceDetailMutationInput]
- # Disconnection Reason ID
- : Int
- }