Schema

Scalars

Enums

Objects

Input Objects

PaginatedCases (OBJECT)

Paginated cases response

Schema Definition

type PaginatedCases {   # List of cases for the current page
cases: [Case!]!   # Number of cases matching the search criteria, capped at 1000. A value of 1001 means there are more than 1000 matches (render as "1000+"); the exact total is not computed beyond the cap to keep the query fast over very large case histories.
totalCount: Int! }