NotificationContact
A notification contact
Fields
client_portal_setting
· ClientPortalSetting
· Client portal settings contact_type
· String
· contact type first_name
· String
· first name of a contact full_legal_name_with_preferred
· String
· full legal name with preferred linked_client
· User
· Linked user to notification contact linked_client_id
· String
· ID of the linked user account phone_number
· String
· contact phone number relationship
· String
· relationship between contact and user Used By
Definition
"""A notification contact"""type NotificationContact { """ Has personal client portal access """ client_portal_access: Boolean!
""" Client portal settings """ client_portal_setting: ClientPortalSetting
""" contact type """ contact_type: String
""" should a notifications of user be copied to contact """ copy_notifications: Boolean!
""" contact email """ email: String
""" is emergency contact """ emergency: Boolean!
""" first name of a contact """ first_name: String
""" full legal name with preferred """ full_legal_name_with_preferred: String
""" full name of a contact """ full_name: String
""" The unique identifier of the contact """ id: ID!
""" last name of a contact """ last_name: String
""" Linked user to notification contact """ linked_client: User
""" ID of the linked user account """ linked_client_id: String
""" contact phone number """ phone_number: String
""" relationship between contact and user """ relationship: String
""" Date notification contact was last updated """ updated_at: ISO8601DateTime!
""" Owner of this notification contact """ user: User
""" user id """ user_id: ID}