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