OBJECT
1type TaskList implements Page {23records: [Task] 45# The starting index for records that were returned in this query.6offset: Int! 78limit: Int! 910# Number of records returned in this response11count: Int 1213}