Skip to content

updateNotificationContactInput

Autogenerated input type of updateNotificationContact

Fields

deprecated DO NOT USE
contact_type · String · Valid values: adult, minor
relationship · String · Valid values: caregiver, child, dependent, family_member, legal_guardian, is_parent, spouse, other

Used By

Definition

"""
Autogenerated input type of updateNotificationContact
"""
input updateNotificationContactInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
client_portal_access: Boolean
client_portal_setting: ClientPortalSettingInput = null
"""
Valid values: adult, minor
"""
contact_type: String
copy_notifications: Boolean
email: String
emergency: Boolean
first_name: String
id: ID
last_name: String
phone_number: String
"""
Valid values: caregiver, child, dependent, family_member, legal_guardian, is_parent, spouse, other
"""
relationship: String
}