OBJECT

createMedicationPayload

Autogenerated return type of createMedication.

link GraphQL Schema definition

  • type createMedicationPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • medication: MedicationType
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }