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