From 0e2f14eaf9320b833d7c658b2718fa661ed7c4a9 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Thu, 12 Jun 2025 23:33:46 -0700 Subject: [PATCH] Remove useless people query for data Signed-off-by: Sacha Al Himdani --- apps/console2/src/hooks/graph/DatumGraph.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/apps/console2/src/hooks/graph/DatumGraph.ts b/apps/console2/src/hooks/graph/DatumGraph.ts index 8c4e07603..55ffecb87 100644 --- a/apps/console2/src/hooks/graph/DatumGraph.ts +++ b/apps/console2/src/hooks/graph/DatumGraph.ts @@ -33,14 +33,6 @@ export const dataQuery = graphql` } } } - peoples(first: 100) { - edges { - node { - id - fullName - } - } - } } } }