Skip to content

UpdateInput

Autogenerated input type of Update

Fields

deprecated DO NOT USE
organization_id · ID! · required · Healthie organization ID
zus_params · ZusInputs! · required · Zus Parameters

Used By

Definition

"""
Autogenerated input type of Update
"""
input UpdateInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Healthie organization ID
"""
organization_id: ID!
"""
Zus Parameters
"""
zus_params: ZusInputs!
}