Skip to content

logMedicationHistoryConsentPayload

Autogenerated return type of logMedicationHistoryConsent.

Fields

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

Used By

Definition

"""
Autogenerated return type of logMedicationHistoryConsent.
"""
type logMedicationHistoryConsentPayload {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
consented_at: ISO8601DateTime
"""
The list of errors occurred during the mutation
"""
messages: [FieldError]
}