deleteEpisodeOfCareInput
Autogenerated input type of deleteEpisodeOfCare
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEUsed 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!}