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