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 - } - } - } } } }