BundlesResponse
No description
type BundlesResponse {
items: [Bundle!]!
itemsFound: Int!
offset: Int!
page: Int!
pages: Int!
start: Int!
end: Int!
}
Fields
BundlesResponse.items
● [Bundle!]!
non-null object
List of items of type Bundle
BundlesResponse.itemsFound
● Int!
non-null scalar
Total number of items found
BundlesResponse.offset
● Int!
non-null scalar
The amount of items to show per page
BundlesResponse.page
● Int!
non-null scalar
The current page
BundlesResponse.pages
● Int!
non-null scalar
Total amount of pages
BundlesResponse.start
● Int!
non-null scalar
Start position of the current page
BundlesResponse.end
● Int!
non-null scalar
End position of the current page
Returned By
bundles
query