@zeepkist/graphql
    Preparing search index...

    Interface ZRtmConnectionGenqlSelection

    A connection to a list of ZRtmRecord values.

    interface ZRtmConnectionGenqlSelection {
        nodes?: ZRtmRecordGenqlSelection;
        edges?: ZRtmEdgeGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of ZRtmRecord objects.

    A list of edges which contains the ZRtmRecord and cursor to aid in pagination.

    totalCount?: number | boolean

    The count of all ZRtmRecord you could get from the connection.

    __typename?: number | boolean
    __scalar?: number | boolean