INPUT_OBJECT

UpdateFlowRevision

link GraphQL Schema definition

1input UpdateFlowRevision {
3
2flowRevisionId: ID!
6
4# Human readable positive increasing integer value
5flowRevisionNumb: Int
8
7buildId: ID
11
9# The ID of the flow. In this context interchangeable with flowId
10engineId: ID
14
12# The ID of the flow. In this context interchangeable with engineId
13flowId: ID
16
15description: String
19
17# The flow array and package that describes the flow and dependencies
18runtime: JSONData
20}

link Required by

This element is not required by anyone