Skip to content

deleteEpisodeOfCareInput

Autogenerated input type of deleteEpisodeOfCare

Fields

deprecated DO NOT USE
id · ID! · required · ID of the episode of care to delete

Used By

Definition

"""
Autogenerated input type of deleteEpisodeOfCare
"""
input deleteEpisodeOfCareInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
"""
ID of the episode of care to delete
"""
id: ID!
}