Skip to content

createZusInput

Autogenerated input type of createZus

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 createZus
"""
input createZusInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Healthie organization ID
"""
organization_id: ID!
"""
Zus Parameters
"""
zus_params: ZusInputs!
}