OBJECT

DagTemplateList

link GraphQL Schema definition

1type DagTemplateList implements Page {
2
3records: [DagTemplate]
4
5limit: Int!
6
7offset: Int!
8
9count: Int!
10
11}

link Required by

This element is not required by anyone