ChemPal Documentation - v1.6.0
    Preparing search index...

    Interface Magento2QueryVariables

    Variables accepted by the searchProducts GraphQL query (@/queries/magento2-product-query.gql).

    const variables: Magento2QueryVariables = { search: "sodium", pageSize: 20 };
    
    interface Magento2QueryVariables {
        search: string;
        pageSize: number;
    }
    Index

    Properties

    Properties

    search: string

    Search term matched against product names

    pageSize: number

    Maximum number of products to return on the first page