query getEntities($urns: [String!]!, $checkForExistence: Boolean) {
entities(urns: $urns, checkForExistence: $checkForExistence) {
urn
type
...searchResultFields
}