@zeepkist/graphql
    Preparing search index...

    Interface UserPointsEdgeGenqlSelection

    A UserPoint edge in the connection.

    interface UserPointsEdgeGenqlSelection {
        cursor?: number | boolean;
        node?: UserPointGenqlSelection;
        __typename?: number | boolean;
        __scalar?: number | boolean;
    }
    Index

    Properties

    cursor?: number | boolean

    A cursor for use in pagination.

    The UserPoint at the end of the edge.

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