logMedicationHistoryConsentPayload
Autogenerated return type of logMedicationHistoryConsent.
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEmessages
· [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]}