INPUT_OBJECT
UpdateSignatureMutationInput
The input object that defines the fields for the updateSignature mutation.
link GraphQL Schema definition
- input UpdateSignatureMutationInput {
- # A descriptive name.
- : String
- # The ID of a department.
- : Int64Bit
- # Whether or not signature is default for mass messages.
- : Boolean
- # Whether or not signature is default for triggered messages.
- : Boolean
- # Body of an SMS signature.
- : SmsContactPrefix
- # A note about this entity.
- : NoteMutationInput
- }