INPUT_OBJECT

UpdateFlowTemplate

link GraphQL Schema definition

1input UpdateFlowTemplate {
3
2id: ID!
5
4title: String
7
6subtitle: String
9
8description: String
11
10tags: [String]
13
12learnMoreLink: String
15
14image: String
17
16organizationId: String
19
18screenshots: [String]
21
20categories: [String]
23
22author: String
25
24public: Boolean
27
26flow: String
29
28package: String
30}

link Required by

This element is not required by anyone