@zeepkist/graphql
    Preparing search index...

    Interface SampledUsersEdgeGenqlSelection

    A SampledUser edge in the connection.

    interface SampledUsersEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: SampledUserGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The SampledUser at the end of the edge.

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