ChemPare Documentation - v0.0.0
    Preparing search index...

    Interface QueryRequestParameters

    Represents the request parameters for querying the Wix product catalog.

    interface QueryRequestParameters {
        o: string;
        s: string;
        q: string;
        v: string;
    }
    Index

    Properties

    o s q v

    Properties

    o: string

    Operation identifier

    s: string

    Source identifier

    q: string

    GraphQL query string

    v: string

    JSON stringified variables for the query