@zeepkist/graphql
    Preparing search index...

    Interface SampledUsersConnectionGenqlSelection

    A connection to a list of SampledUser values.

    interface SampledUsersConnectionGenqlSelection {
        nodes?: SampledUserGenqlSelection;
        edges?: SampledUsersEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of SampledUser objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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