Skip to content

addZusMemberInput

Autogenerated input type of addZusMember

Fields

deprecated DO NOT USE
organization_id · ID! · required · Healthie organization ID
user_id · ID! · required · Healthie user ID

Used By

Definition

"""
Autogenerated input type of addZusMember
"""
input addZusMemberInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
Healthie organization ID
"""
organization_id: ID!
"""
Healthie user ID
"""
user_id: ID!
}