INPUT_OBJECT

DeployFlowRevision

link GraphQL Schema definition

1input DeployFlowRevision {
3
2flowRevisionId: ID
5
4flowId: ID
11
6# __Only superadmin tokens are allowed to set this flag.__
7# When true, disables the automatic creation of a new package when deploying a
8# flow revision.
9# Set to false by default.
10disableAutoPackageCreation: Boolean
12}

link Required by

This element is not required by anyone