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.
  • enabled: Boolean
  • # A notification is sent if SMS funds fall below this value.
  • low_funds_threshold: Int
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by