INPUT_OBJECT
UpdateFlowRevision
link GraphQL Schema definition
1 input UpdateFlowRevision { 3 2 ID! : 6 4 # Human readable positive increasing integer value 5 Int : 8 7 ID : 11 9 # The ID of the flow. In this context interchangeable with flowId 10 ID : 14 12 # The ID of the flow. In this context interchangeable with engineId 13 ID : 16 15 String : 19 17 # The flow array and package that describes the flow and dependencies 18 JSONData : 20 }
link Required by
This element is not required by anyone