mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-11 08:52:58 +00:00
8 lines
130 B
GraphQL
8 lines
130 B
GraphQL
|
|
query getEntities($urns: [String!]!) {
|
||
|
|
entities(urns: $urns) {
|
||
|
|
urn
|
||
|
|
type
|
||
|
|
...searchResultFields
|
||
|
|
}
|
||
|
|
}
|