mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 12:52:13 +00:00
removing unneeded graphql
This commit is contained in:
parent
a7e72f0f7c
commit
0a0c263be0
@ -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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user