@zeepkist/graphql
    Preparing search index...

    Interface SampledUpvotesConnectionGenqlSelection

    A connection to a list of SampledUpvote values.

    interface SampledUpvotesConnectionGenqlSelection {
        nodes?: SampledUpvoteGenqlSelection;
        edges?: SampledUpvotesEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of SampledUpvote objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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