mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 03:56:04 +00:00

Co-authored-by: Chris Collins <chriscollins3456@gmail.com> Co-authored-by: purnimagarg1 <139125209+purnimagarg1@users.noreply.github.com>
8 lines
198 B
GraphQL
8 lines
198 B
GraphQL
query getEntities($urns: [String!]!, $checkForExistence: Boolean) {
|
|
entities(urns: $urns, checkForExistence: $checkForExistence) {
|
|
urn
|
|
type
|
|
...searchResultFields
|
|
}
|
|
}
|