Skip to content

deleteEpisodeOfCareInput

Autogenerated input type of deleteEpisodeOfCare

Fields

id · ID! · required · ID of the episode of care to delete

Used By

Definition

"""
Autogenerated input type of deleteEpisodeOfCare
"""
input deleteEpisodeOfCareInput {
"""
ID of the episode of care to delete
"""
id: ID!
}