@zeepkist/graphql
    Preparing search index...

    Interface LevelUsersByRecordManyToManyEdge

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

    interface LevelUsersByRecordManyToManyEdge {
        cursor: any;
        node: User;
        records: RecordsConnection;
        __typename: "LevelUsersByRecordManyToManyEdge";
    }
    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 Record.

    __typename: "LevelUsersByRecordManyToManyEdge"