OBJECT

updateLabOrderPayload

Autogenerated return type of updateLabOrder.

link GraphQL Schema definition

  • type updateLabOrderPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • currentUserNotificationsCount: UserNotificationsCount
  • lab_order: LabOrder
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }