@zeepkist/graphql
    Preparing search index...

    Interface LevelMetadataEdge

    A LevelMetadatum edge in the connection.

    interface LevelMetadataEdge {
        cursor: any;
        node: LevelMetadatum;
        __typename: "LevelMetadataEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The LevelMetadatum at the end of the edge.

    __typename: "LevelMetadataEdge"