@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByUpvoteManyToManyEdge

    A Level edge in the connection, with data from Upvote.

    interface UserLevelsByUpvoteManyToManyEdge {
        cursor: any;
        node: Level;
        upvotes: UpvotesConnection;
        __typename: "UserLevelsByUpvoteManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Level

    The Level at the end of the edge.

    Reads and enables pagination through a set of Upvote.

    __typename: "UserLevelsByUpvoteManyToManyEdge"