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