@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelsEdge

    A SampledLevel edge in the connection.

    interface SampledLevelsEdge {
        cursor: any;
        node: SampledLevel;
        __typename: "SampledLevelsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledLevel at the end of the edge.

    __typename: "SampledLevelsEdge"