OBJECT
FileResultConnection
Description
Paginated list of FileResult objects. Each page of the results includes at most 1000 entries. Query the pageInfo.hasNextPage
field to know whether all objects were returned.
link GraphQL Schema definition
- type FileResultConnection {
- # Total number of FileResult objects matching the request arguments.
- Int! :
- # List of FileResult objects with additional pagination information. Use `nodes`
- # if per-object cursors are not needed.
- FileResultEdge!]! : [
- # Specifies whether the response contains the latest indexed data or not.
- Boolean! :
- # Specifies the indexing version.
- Int! :
- # List of FileResult objects.
- FileResult!]! : [
- # General information about this result page.
- PageInfo! :
- }