/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * graphId: "graph_id" * } */ export interface CreateGraphRequest { description?: string; graphId: string; name?: string; }