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