@nosto/nosto-js

    Interface SearchSuccessEventDTO

    interface SearchSuccessEventDTO {
        graphqlQuery: string;
        graphqlVariables: object;
        query: SearchQuery;
        response: SearchResult;
    }
    Index

    Properties

    graphqlQuery: string
    graphqlVariables: object
    response: SearchResult
    MMNEPVFCICPMFPCPTTAAATR