diff --git a/apps/console2/src/hooks/graph/AssetGraph.ts b/apps/console2/src/hooks/graph/AssetGraph.ts index 11dd4fa2d..47db9896d 100644 --- a/apps/console2/src/hooks/graph/AssetGraph.ts +++ b/apps/console2/src/hooks/graph/AssetGraph.ts @@ -36,14 +36,6 @@ export const assetsQuery = graphql` } } } - peoples(first: 100) { - edges { - node { - id - fullName - } - } - } } } }