OBJECT
1type ApplicationViewerList implements Page {23records: [ApplicationViewer] 45# Number of records returned in this response6count: Int! 78# The starting index for records that were returned in this query.9offset: Int! 1011limit: Int! 1213}