Skip to content

SdDeleteChangeHealthAccountInput

Autogenerated input type of SdDeleteChangeHealthAccount

Fields

deprecated DO NOT USE
id · ID! · required · ID of the Change Health Account

Used By

Definition

"""
Autogenerated input type of SdDeleteChangeHealthAccount
"""
input SdDeleteChangeHealthAccountInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the Change Health Account
"""
id: ID!
}