important-pager-98358
06/26/2023, 7:33 PMimportant-pager-98358
06/26/2023, 7:34 PMlemon-ghost-30002
06/27/2023, 12:03 PMquery searchAcrossEntitiesTags($input: SearchAcrossEntitiesInput!) {
searchAcrossEntities(input: $input) {
count
total
searchResults {
entity {
urn
}
}
}
}
input can be
{
"input": {
"types": ["TAG"],
"query": "*",
"orFilters": {
"and": []},
"count": 500
}
}
important-pager-98358
06/27/2023, 12:26 PM