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