datahub/datahub-web-react/src/graphql/mlPrimaryKey.graphql

6 lines
113 B
GraphQL
Raw Normal View History

query getMLPrimaryKey($urn: String!) {
mlPrimaryKey(urn: $urn) {
...nonRecursiveMLPrimaryKey
}
}