GraphQL OBJECT
ContactType
The contact type of a contact.
link Definition
- type ContactType {
- # Contact type code.
- ContactTypeEnum! :
- # Contact type name.
- String! :
- }
GraphQL OBJECT
The contact type of a contact.
- type ContactType {
- # Contact type code.
- ContactTypeEnum! :
- # Contact type name.
- String! :
- }