OBJECT

destroyMedicationPayload

Autogenerated return type of destroyMedication.

link GraphQL Schema definition

  • type destroyMedicationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • medication: MedicationType
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }