INPUT_OBJECT
CreateSignatureMutationInput
The input object that defines the fields for the createSignature mutation.
link GraphQL Schema definition
- input CreateSignatureMutationInput {
- # 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 :
- }