mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-05 07:12:27 +00:00
removing unneeded graphql
This commit is contained in:
parent
a7e72f0f7c
commit
0a0c263be0
@ -93,10 +93,3 @@ mutation deleteApplication($urn: String!) {
|
|||||||
mutation batchSetApplication($input: BatchSetApplicationInput!) {
|
mutation batchSetApplication($input: BatchSetApplicationInput!) {
|
||||||
batchSetApplication(input: $input)
|
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