1 | input CreateWidget { |
3 | |
2 | collectionId: ID! |
5 | |
4 | folderId: String |
7 | |
6 | name: String |
9 | |
8 | adScript: String |
11 | |
10 | width: Int |
13 | |
12 | numberOfMentionsToShow: Int |
15 | |
14 | displayLogo: Boolean |
17 | |
16 | displayCollectionName: Boolean |
19 | |
18 | displayMentionIntro: Boolean |
21 | |
20 | displayTranscription: Boolean |
23 | |
22 | displayCollectionDescription: Boolean |
25 | |
24 | displayMentionDescription: Boolean |
27 | |
26 | seoTags: [String] |
29 | |
28 | backgroundColor: String |
31 | |
30 | borderColor: String |
33 | |
32 | textColor: String |
35 | |
34 | nextButtonColor: String |
36 | } |