elegant-salesmen-99143
04/21/2023, 6:18 PMcount
into the searchAcrossEntities(
input: query: "*", count: 50
But I don't have an input
here, so where do I put the count
?
{container(urn:"urn:li:container:a6ac6947def34653d6dc48ecb52db18e")
{
properties{
name}
editableProperties {
description}
entities{
total
start
count
searchResults {
entity {
urn
type
...on Dataset{
properties{
name
description
}
}
}
}
}
}
}
lively-cat-88289
04/21/2023, 6:18 PMastonishing-answer-96712
05/02/2023, 6:26 PMbig-carpet-38439
05/02/2023, 11:23 PMbig-carpet-38439
05/02/2023, 11:23 PMcount
field.elegant-salesmen-99143
05/03/2023, 12:38 PMentities{
total
start
count
what is doed is display in the results the total and count that exhist for this container (see screenshot below, total of 230 and count of 20).
I can' t add the count there, and if I add the input like that it doesnt' work, it gives me execution error
entities{
total
start
count
input: {count:50}
or should the input be placed somewhere else?