@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByUpvoteManyToManyConnectionGenqlSelection

    A connection to a list of Level values, with data from Upvote.

    interface UserLevelsByUpvoteManyToManyConnectionGenqlSelection {
        nodes?: LevelGenqlSelection;
        edges?: UserLevelsByUpvoteManyToManyEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of Level objects.

    A list of edges which contains the Level, info from the Upvote, and the cursor to aid in pagination.

    Information to aid in pagination.

    totalCount?: number | boolean

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

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