@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelMetadataEdge

    A SampledLevelMetadatum edge in the connection.

    interface SampledLevelMetadataEdge {
        cursor: any;
        node: SampledLevelMetadatum;
        __typename: "SampledLevelMetadataEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledLevelMetadatum at the end of the edge.

    __typename: "SampledLevelMetadataEdge"