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