OBJECT

FlowRevisionList

link GraphQL Schema definition

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

link Required by

This element is not required by anyone