OBJECT
Contact
Contact of the Assignar platform.
link GraphQL Schema definition
- type Contact {
- # Unique ID
- Int! :
- # Contact's first name
- String! :
- # Contact's last name
- String! :
- # Contact name
- String :
- # Contact's job title
- String :
- # Contact email address.
- String :
- # Contact's office phone number
- String :
- # Contact's mobile number
- String :
- # Contact's address (line 1)
- String :
- # Contact's address (line 2)
- String :
- # Contact's suburb
- String :
- # Contact's state
- String :
- # Contacts postcode
- Int :
- # Free text comments.
- String :
- # Contact external id reference
- Int :
- # The categorisation tags on the contact.
- Tag] : [
- }