OBJECT
1type CloneRequestList implements Page {23records: [CloneRequest] 45count: Int 67offset: Int! 89limit: Int! 1011}