@terrestris/shogun-util
    Preparing search index...

    Interface GraphQLQueryObject

    interface GraphQLQueryObject {
        query: string;
        variables?: Record<string, any>;
    }
    Index

    Properties

    Properties

    query: string
    variables?: Record<string, any>