From 0a0c263be0285b2302e96c20e72bf92127b4dfc0 Mon Sep 17 00:00:00 2001 From: Gabe Lyons Date: Thu, 5 Jun 2025 18:13:38 -0700 Subject: [PATCH] removing unneeded graphql --- datahub-web-react/src/graphql/application.graphql | 7 ------- 1 file changed, 7 deletions(-) diff --git a/datahub-web-react/src/graphql/application.graphql b/datahub-web-react/src/graphql/application.graphql index 39752eb08c..374d3070b8 100644 --- a/datahub-web-react/src/graphql/application.graphql +++ b/datahub-web-react/src/graphql/application.graphql @@ -92,11 +92,4 @@ mutation deleteApplication($urn: String!) { mutation batchSetApplication($input: BatchSetApplicationInput!) { batchSetApplication(input: $input) -} - -query countApplicationAssets($urn: String!) { - application(urn: $urn) { children: relationships(input: { types: ["AssociatedWith"], direction: INCOMING, start: 0, count: 0 }) { - total - } - } } \ No newline at end of file