prorm API Reference
    Preparing search index...

    Interface RunQueryOptions

    Options for runInstalledQuery().

    interface RunQueryOptions {
        graph?: string;
        method?: "GET" | "POST";
    }
    Index
    graph?: string
    method?: "GET" | "POST"

    GET (query-string params) or POST (JSON body). Default 'GET'.