@zeepkist/graphql
    Preparing search index...

    Interface SampledRecordsConnectionGenqlSelection

    A connection to a list of SampledRecord values.

    interface SampledRecordsConnectionGenqlSelection {
        nodes?: SampledRecordGenqlSelection;
        edges?: SampledRecordsEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of SampledRecord objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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