OBJECT
FlowOutputStepsConnection
Connection Type for FlowOutputStep
link GraphQL Schema definition
- type FlowOutputStepsConnection {
- # List of nodes
- FlowOutputStep!]! : [
- # Information for pagination
- PageInfo! :
- # Total number of objects in connection
- Int! :
- }