Skip to main content

PaginatedMediaImageResponse

No description

type PaginatedMediaImageResponse {
items: [MediaImage!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}

Fields

PaginatedMediaImageResponse.items ● [MediaImage!]! non-null object

List of items of type MediaImage

PaginatedMediaImageResponse.itemsFound ● Int! non-null scalar

Total number of items found

PaginatedMediaImageResponse.offset ● Int! non-null scalar

The amount of items to show per page

PaginatedMediaImageResponse.page ● Int! non-null scalar

The current page

PaginatedMediaImageResponse.pages ● Int! non-null scalar

Total amount of pages

PaginatedMediaImageResponse.start ● Int! non-null scalar

Start position of the current page

PaginatedMediaImageResponse.end ● Int! non-null scalar

End position of the current page

Returned By

mediaImages query

Member Of

Media object ● Product object ● ProductMedia object ● SparePartsMachineMedia object