Skip to content

deleteEpisodeOfCarePayload

Autogenerated return type of deleteEpisodeOfCare.

Fields

deprecated DO NOT USE
messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of deleteEpisodeOfCare.
"""
type deleteEpisodeOfCarePayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
episode_of_care: EpisodeOfCare
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}