@zeepkist/graphql
    Preparing search index...

    Interface SampledLevelRequestsEdge

    A SampledLevelRequest edge in the connection.

    interface SampledLevelRequestsEdge {
        cursor: any;
        node: SampledLevelRequest;
        __typename: "SampledLevelRequestsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledLevelRequest at the end of the edge.

    __typename: "SampledLevelRequestsEdge"