INPUT_OBJECT

CopyFlow

link GraphQL Schema definition

1input CopyFlow {
4
2# flowId without flowRevisionId will base the copy off the HEAD revision
3flowId: ID
7
5# Name for the new Automate Flow.
6name: String
10
8# flowRevisionId will base the copy off the revision
9flowRevisionId: ID
11}

link Required by

This element is not required by anyone