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

    Interface GraphQLQueryVariables

    Variables used in GraphQL queries for the Wix product catalog.

    interface GraphQLQueryVariables {
        mainCollectionId: string;
        offset: number;
        limit: number;
        sort: null | string;
        filters: WixFilterNode;
    }
    Index

    Properties

    mainCollectionId: string

    ID of the main collection to query

    offset: number

    Number of items to skip in pagination

    limit: number

    Maximum number of items to return

    sort: null | string

    Sort criteria for the results

    filters: WixFilterNode

    Filter criteria for the query