@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByVoteManyToManyEdge

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

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

    __typename: "UserLevelsByVoteManyToManyEdge"