@zeepkist/graphql
    Preparing search index...

    Interface SampledVersionsEdge

    A SampledVersion edge in the connection.

    interface SampledVersionsEdge {
        cursor: any;
        node: SampledVersion;
        __typename: "SampledVersionsEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledVersion at the end of the edge.

    __typename: "SampledVersionsEdge"