GraphQL OBJECT
CleverbridgeContacts
link Definition
- type CleverbridgeContacts {
 - #   Main sales contact for the client.
 - : UserAccount @deprecated( reason: "Use 'mainSalesUserAccount' instead."  )
 - #   Main client success contact for the client.
 - : UserAccount @deprecated( reason: "Use 'mainClientUserAccount' instead."  )
 - #   Main sales contact for the client.
 - : UserAccount 
 - #   Main client success contact for the client.
 - : UserAccount 
 - #   Main business optimization contact for the client.
 - : UserAccount 
 - #   Additional client success contact for the client.
 - : UserAccount 
 - #   Main email marketing contact for the client.
 - : UserAccount 
 - #   Secondary email marketing contact for the client.
 - : UserAccount 
 - #   Main performance marketing contact for the client.
 - : UserAccount 
 - #   Secondary performance marketing contact for the client.
 - : UserAccount 
 - #   Main account management contact for the client.
 - : UserAccount 
 - }