@zeepkist/graphql
    Preparing search index...

    Interface UserLevelsByRecordManyToManyEdge

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

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

    __typename: "UserLevelsByRecordManyToManyEdge"