@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelItemsEdge

    A SampledLevelItem edge in the connection.

    interface SampledLevelItemsEdge {
        cursor: any;
        node: SampledLevelItem;
        __typename: "SampledLevelItemsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledLevelItem at the end of the edge.

    __typename: "SampledLevelItemsEdge"