@zeepkist/graphql
    Preparing search index...

    Interface VotesEdge

    A Vote edge in the connection.

    interface VotesEdge {
        cursor: any;
        node: Vote;
        __typename: "VotesEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    node: Vote

    The Vote at the end of the edge.

    __typename: "VotesEdge"