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