@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelItemsEdgeGenqlSelection

    A SampledLevelItem edge in the connection.

    interface SampledLevelItemsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: SampledLevelItemGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The SampledLevelItem at the end of the edge.

    __typename?: number | boolean
    __scalar?: number | boolean