getProducts
Retrieve a list of products, optionally filtered by shop.
getProducts(
shopId: ID
limit: Int
): [Product!]!
Retrieve a list of products, optionally filtered by shop.
getProducts(
shopId: ID
limit: Int
): [Product!]!
getProducts.shopId ● ID scalargetProducts.limit ● Int scalarProduct object