@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelsEdgeGenqlSelection

    A SampledLevel edge in the connection.

    interface SampledLevelsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: SampledLevelGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The SampledLevel at the end of the edge.

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