Skip to content

dummyUserInput

Autogenerated input type of dummyUser

Fields

deprecated DO NOT USE
user_id · ID! · required · The ID of the clinic

Used By

Definition

"""
Autogenerated input type of dummyUser
"""
input dummyUserInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
The ID of the clinic
"""
user_id: ID!
}