INPUT_OBJECT

UpdatePrintToMailSettingsMutationInput

The input object that defines the fields for the updatePrintToMailSettings mutation.

link GraphQL Schema definition

  • input UpdatePrintToMailSettingsMutationInput {
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # The print method for the print to mail batch.
  • print_method: PrintToMailPrintMethod
  • # The print type for the print to mail batch.
  • print_type: PrintToMailPrintType
  • # A notification is sent if Print to Mail funds fall below this value.
  • low_funds_threshold: Int
  • }

link Require by