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