INPUT_OBJECT

CreateFlowRevision

link GraphQL Schema definition

1input CreateFlowRevision {
4
2# Optional given id
3flowRevisionId: ID
7
5# The ID of the flow to associate the revision to
6flowId: ID!
10
8# The flow array and package that describes the flow and dependencies
9runtime: JSONData!
13
11# Force creation of revision even if the hash matches an existing revision
12forceCreate: Boolean
16
14# Set the new revision as the HEAD
15isHead: Boolean
18
17description: String
19}

link Required by

This element is not required by anyone