/** * This file was auto-generated by Fern from our API Definition. */ export interface GraphNodesRequest { /** Maximum number of items to return */ limit?: number; /** UUID based cursor, used for pagination. Should be the UUID of the last item in the previous page */ uuidCursor?: string; }