8 lines
130 B
GraphQL
Raw Normal View History

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