INPUT_OBJECT

CreateFlow

link GraphQL Schema definition

1input CreateFlow {
3
2name: String
5
4description: String
8
6# The engine category
7categoryId: ID
11
9# The engine deployment model. See the DeploymentModel enum for options.
10deploymentModel: String
14
12# JWT rights for engine, which is used for generating jwtToken rights later
13jwtRights: JSONData
15}

link Required by

This element is not required by anyone