Variables accepted by the searchProducts GraphQL query (@/queries/magento2-product-query.gql).
searchProducts
@/queries/magento2-product-query.gql
const variables: Magento2QueryVariables = { search: "sodium", pageSize: 20 }; Copy
const variables: Magento2QueryVariables = { search: "sodium", pageSize: 20 };
Search term matched against product names
Maximum number of products to return on the first page
Variables accepted by the
searchProductsGraphQL query (@/queries/magento2-product-query.gql).Example