List all graphs for the current user
Optional
Pagination options
Array of graphs
import { listGraphs } from "@cpod/sdk";const graphs = await listGraphs({ page: 1, limit: 10 }); Copy
import { listGraphs } from "@cpod/sdk";const graphs = await listGraphs({ page: 1, limit: 10 });
List all graphs for the current user