Skip to content

UpdateOrganizationConfigurationInput

Autogenerated input type of UpdateOrganizationConfiguration

Fields

deprecated DO NOT USE
prevent_client_name_edit · Boolean · When true, clients cannot edit their own name in the client profile

Used By

Definition

"""
Autogenerated input type of UpdateOrganizationConfiguration
"""
input UpdateOrganizationConfigurationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
internal_care_alerts_enabled: Boolean
internal_care_alerts_require_acknowledgement: Boolean
"""
When true, clients cannot edit their own name in the client profile
"""
prevent_client_name_edit: Boolean
}