GraphQL OBJECT
ContactMethod
Way in which the customer contacted customer support.
link Definition
- type ContactMethod {
- # Contact method code.
- : HistoryContactMethodEnum
- # Contact method name.
- : String
- }
GraphQL OBJECT
Way in which the customer contacted customer support.
- type ContactMethod {
- # Contact method code.
- : HistoryContactMethodEnum
- # Contact method name.
- : String
- }