Skip to content

createEpisodeOfCarePayload

Autogenerated return type of createEpisodeOfCare.

Fields

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

Used By

Definition

"""
Autogenerated return type of createEpisodeOfCare.
"""
type createEpisodeOfCarePayload {
episode_of_care: EpisodeOfCare
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}