@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByVoteManyToManyEdge

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

    interface LevelUsersByVoteManyToManyEdge {
        cursor: any;
        node: User;
        votes: VotesConnection;
        __typename: "LevelUsersByVoteManyToManyEdge";
    }
    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 Vote.

    __typename: "LevelUsersByVoteManyToManyEdge"