GraphQL INPUT_OBJECT
CreateClientSupportContactInput
Input for creation of a support contact.
link Definition
- input CreateClientSupportContactInput {
- # Name of the support contact.
- : String!
- # Default language Id.
- : LanguageEnum!
- # Localized support contact items.
- : [SupportContactLocalizedItemInput]
- }