INPUT_OBJECT

CreateFlowTemplate

link GraphQL Schema definition

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

link Required by

This element is not required by anyone