PageCollection
Last edit: Oct 26, 2022
No description
type PageCollection {
current_page: Int!
has_next_page: Boolean!
has_previous_page: Boolean!
per_page: Int!
results: [Page!]
total_entries: Int!
total_pages: Int!
}
No description
type PageCollection {
current_page: Int!
has_next_page: Boolean!
has_previous_page: Boolean!
per_page: Int!
results: [Page!]
total_entries: Int!
total_pages: Int!
}
current_page
(Int
)has_next_page
(Boolean
)has_previous_page
(Boolean
)per_page
(Int
)results
(Page
)total_entries
(Int
)total_pages
(Int
)