@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByFavoriteManyToManyConnectionGenqlSelection

    A connection to a list of User values, with data from Favorite.

    interface LevelUsersByFavoriteManyToManyConnectionGenqlSelection {
        nodes?: UserGenqlSelection;
        edges?: LevelUsersByFavoriteManyToManyEdgeGenqlSelection;
        pageInfo?: PageInfoGenqlSelection;
        totalCount?: number | boolean;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    A list of User objects.

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

    Information to aid in pagination.

    totalCount?: number | boolean

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

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