@zeepkist/graphql
    Preparing search index...

    Interface UpvotesEdge

    A Upvote edge in the connection.

    interface UpvotesEdge {
        cursor: any;
        node: Upvote;
        __typename: "UpvotesEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Upvote

    The Upvote at the end of the edge.

    __typename: "UpvotesEdge"