@zeepkist/graphql
    Preparing search index...

    Interface SampledWorldRecordGlobalsConnection

    A connection to a list of SampledWorldRecordGlobal values.

    interface SampledWorldRecordGlobalsConnection {
        nodes: SampledWorldRecordGlobal[];
        edges: SampledWorldRecordGlobalsEdge[];
        pageInfo: PageInfo;
        totalCount: number;
        __typename: "SampledWorldRecordGlobalsConnection";
    }
    Index

    Properties

    A list of SampledWorldRecordGlobal objects.

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

    pageInfo: PageInfo

    Information to aid in pagination.

    totalCount: number

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

    __typename: "SampledWorldRecordGlobalsConnection"