GraphQL OBJECT
SupportContactSearchResultItem
The flat support contact as result of a search.
link Definition
- type SupportContactSearchResultItem {
- # Unique Id of the support contact.
- : Int!
- # Name of the support contact.
- : String!
- # Information about client the support contact belongs to.
- : ClientInformation
- # Date and time when the support contact created.
- : DateTime
- # User who created the support contact.
- : UserAccountInformation
- # Date and time when the last edit occurred.
- : DateTime
- # User that last modified the support contact.
- : UserAccountInformation
- }