OBJECT

EngineResultList

Represents a collection of engine results. Not Paged.

link GraphQL Schema definition

1type EngineResultList {
2
3sourceId: ID
4
5records: [EngineResult]
6
7}