@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByUpvoteManyToManyEdge

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

    interface LevelUsersByUpvoteManyToManyEdge {
        cursor: any;
        node: User;
        upvotes: UpvotesConnection;
        __typename: "LevelUsersByUpvoteManyToManyEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: User

    The User at the end of the edge.

    Reads and enables pagination through a set of Upvote.

    __typename: "LevelUsersByUpvoteManyToManyEdge"