INPUT_OBJECT
UpdateSmsSettingsMutationInput
The input object that defines the fields for the updateSmsSettings mutation.
link GraphQL Schema definition
- input UpdateSmsSettingsMutationInput {
- # Whether or not this is enabled.
- Boolean :
- # A notification is sent if SMS funds fall below this value.
- Int :
- # Start of quiet time for sending SMS triggered messages.
- Time :
- # End of quiet time for sending SMS triggered messages.
- Time :
- # A note about this entity.
- NoteMutationInput :
- # Setting this value to `true` will set `triggered_quiet_start_time` to null.
- Boolean :
- # Setting this value to `true` will set `triggered_quiet_end_time` to null.
- Boolean :
- }