CreateChangeAccountInput
Autogenerated input type of CreateChangeAccount
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEapp_user_id
· String
· App User ID Used By
Definition
"""Autogenerated input type of CreateChangeAccount"""input CreateChangeAccountInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE")
""" ID of the User """ user_id: ID!
""" Change Health User ID """ change_health_user_id: String!
""" App User ID """ app_user_id: String
""" Change Health Password """ password: String!
""" Facility ID """ facility_id: String!}