18 lines
293 B
GraphQL
Raw Normal View History

query getDataFlow($urn: String!) {
dataFlow(urn: $urn) {
urn
type
orchestrator
flowId
cluster
info {
name
description
project
}
ownership {
...ownershipFields
}
}
}