g3-toolkit API Reference
    Preparing search index...

    Interface SubgraphResult

    interface SubgraphResult {
        truncated: boolean;
        ugm: UGM;
    }
    Index

    Properties

    Properties

    truncated: boolean

    True when memberIds exceeded the limit and the set was cut.

    ugm: UGM