export const graph = { run: async (query: string) => { query throw new Error( 'graph.run() is a native function implemented by the platform runtime', ) }, }