SparePartsMachineResponse
Paginated response containing spare parts machines.
Provides a structured response for machine search operations with pagination metadata and the actual machine data. Includes total count information for efficient pagination handling.
type SparePartsMachineResponse {
items: [SparePartsMachine!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
SparePartsMachineResponse.items ● [SparePartsMachine!]! non-null object
List of items of type SparePartsMachine
SparePartsMachineResponse.itemsFound ● Int! non-null scalar
Total number of items found
SparePartsMachineResponse.offset ● Int! non-null scalar
The amount of items to show per page
SparePartsMachineResponse.page ● Int! non-null scalar
The current page
SparePartsMachineResponse.pages ● Int! non-null scalar
Total amount of pages
SparePartsMachineResponse.start ● Int! non-null scalar
Start position of the current page
SparePartsMachineResponse.end ● Int! non-null scalar
End position of the current page
Returned By
machines query