OBJECT
NotificationContact
A notification contact
link GraphQL Schema definition
- type NotificationContact {
- # Has personal client portal access
- Boolean :
- # Client portal settings
- ClientPortalSetting :
- # contact type
- String :
- # should a notifications of user be copied to contact
- Boolean :
- # contact email
- String :
- # is emergency contact
- Boolean :
- # first name of a contact
- String :
- # The unique identifier of the contact
- ID! :
- # last name of a contact
- String :
- # Linked user to notification contact
- User :
- # ID of the linked user account
- String :
- # contact phone number
- String :
- # relationship between contact and user
- String :
- # Date notification contact was last updated
- String :
- # Owner of this notification contact
- User :
- # user id
- ID :
- }
link Require by
- createNotificationContactPayloadAutogenerated return type of createNotificationContact.
- deleteNotificationContactPayloadAutogenerated return type of deleteNotificationContact.
- updateNotificationContactPayloadAutogenerated return type of updateNotificationContact.
- UserAn user entry, returns basic user information