TrackAndTraceResponse
Paginated response containing tracking and trace search results with metadata for efficient data retrieval and navigation
type TrackAndTraceResponse {
items: [TrackAndTrace!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
TrackAndTraceResponse.items ● [TrackAndTrace!]! non-null object
List of items of type TrackAndTrace
TrackAndTraceResponse.itemsFound ● Int! non-null scalar
Total number of items found
TrackAndTraceResponse.offset ● Int! non-null scalar
The amount of items to show per page
TrackAndTraceResponse.page ● Int! non-null scalar
The current page
TrackAndTraceResponse.pages ● Int! non-null scalar
Total amount of pages
TrackAndTraceResponse.start ● Int! non-null scalar
Start position of the current page
TrackAndTraceResponse.end ● Int! non-null scalar
End position of the current page
Returned By
trackAndTraces query