OBJECT
1type BuildList implements Page {23records: [Build] 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}