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.
- : Boolean
- # The print method for the print to mail batch.
- : PrintToMailPrintMethod
- # The print type for the print to mail batch.
- : PrintToMailPrintType
- # A notification is sent if Print to Mail funds fall below this value.
- : Int
- }