OBJECT

createLabOrderPayload

Autogenerated return type of createLabOrder.

link GraphQL Schema definition

  • type createLabOrderPayload {
  • # DO NOT USE
  • clientMutationId: String @deprecated( reason: "DO NOT USE" )
  • currentUserNotificationsCount: UserNotificationsCount
  • lab_order: LabOrder
  • # The list of errors occurred during the mutation
  • messages: [FieldError]
  • }