OBJECT

ProductStock

link GraphQL Schema definition

  • type ProductStock {
  • #
  • stock: Float!
  • # Value can be one of:
  • #
  • # 0 -> (green) deliverable
  • #
  • # 1 -> (orange) deliverable, but only a few left
  • # -1 -> (red) not stock
  • stockStatus: Int!
  • #
  • restockDate: DateTime
  • }

link Require by