Skip to content

logMedicationHistoryConsentPayload

Autogenerated return type of logMedicationHistoryConsent.

Fields

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

Used By

Definition

"""
Autogenerated return type of logMedicationHistoryConsent.
"""
type logMedicationHistoryConsentPayload {
consented_at: ISO8601DateTime
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}