Skip to content

unlinkEncounterToEpisodeOfCarePayload

Autogenerated return type of unlinkEncounterToEpisodeOfCare.

Fields

messages · [FieldError] · The list of errors occurred during the mutation

Used By

Definition

"""
Autogenerated return type of unlinkEncounterToEpisodeOfCare.
"""
type unlinkEncounterToEpisodeOfCarePayload {
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
results: [LinkUnlinkEncounterToEpisodeOfCare!]
}