@stigg/node-server-sdk - v4.23.0

    Type Alias GetProductsQuery

    type GetProductsQuery = {
        __typename?: "Query";
        products: {
            __typename?: "ProductConnection";
            edges: {
                __typename?: "ProductEdge";
                node: { __typename?: "Product" } & ProductFragment;
            }[];
        };
    }
    Index

    Properties

    __typename?: "Query"
    products: {
        __typename?: "ProductConnection";
        edges: {
            __typename?: "ProductEdge";
            node: { __typename?: "Product" } & ProductFragment;
        }[];
    }
    MMNEPVFCICPMFPCPTTAAATR