OBJECT
1type VersionCollection { 2current_page: Int! 3has_next_page: Boolean! 4has_previous_page: Boolean! 5per_page: Int! 6results: [Version!] 7total_entries: Int! 8total_pages: Int! 9}