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