Skip to content
Prev Previous commit
Next Next commit
Reverted removed Customer fields
  • Loading branch information
sivaschenko committed Aug 10, 2022
commit e8b774c86122128b2116e832b9a69a1e063f0c3a
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ enum AddPurchaseOrderCommentErrorType {
}

type Customer {
purchase_orders(filter: PurchaseOrdersFilterInput, currentPage: Int = 1, pageSize: Int = 20): PurchaseOrders @doc(description: "A list of purchase orders visible to the customer")
purchase_order(uid: ID!): PurchaseOrder @doc(description: "Purchase order details")
purchase_orders_enabled: Boolean! @doc(description: "Whether purchase orders functionality is enabled for current customer. Takes into account global and company-level settings")
}

Expand Down