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