INPUT_OBJECT
CreateFlowRevision
link GraphQL Schema definition
1 input CreateFlowRevision { 4 2 # The ID of the flow to associate the revision to 3 ID! : 7 5 # The flow array and package that describes the flow and dependencies 6 JSONData! : 10 8 # Force creation of revision even if the hash matches an existing revision 9 Boolean : 13 11 # Set the new revision as the HEAD 12 Boolean : 15 14 String : 16 }
link Required by
This element is not required by anyone