prorm API Reference
    Preparing search index...

    Interface InterpretedQueryOptions

    Options for runInterpretedQuery().

    interface InterpretedQueryOptions {
        graph?: string;
        params?: Record<string, string | number | boolean>;
    }
    Index
    graph?: string
    params?: Record<string, string | number | boolean>

    GSQL query parameters, sent as URL query-string parameters per TigerGraph's documented example.