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