query GetShelfMonitor()

in src/graphql/queries.js [5:14]


  query GetShelfMonitor($ProductType: ProductType!) {
    getShelfMonitor(ProductType: $ProductType) {
      s3Uri
      count
      ProductType
      Threshold
      createdAt
      updatedOn
    }
  }