@zeepkist/graphql
    Preparing search index...

    Interface SampledUsersEdge

    A SampledUser edge in the connection.

    interface SampledUsersEdge {
        cursor: any;
        node: SampledUser;
        __typename: "SampledUsersEdge";
    }
    Index

    Properties

    cursor: any

    A cursor for use in pagination.

    The SampledUser at the end of the edge.

    __typename: "SampledUsersEdge"