INPUT_OBJECT

UpdateProjectParams

link GraphQL Schema definition

1input UpdateProjectParams {
5
2# The list of agency ids splitting with a pipe character, e.g.
3# "185289859|84490865".
4agencies: ProjectAgencies
8
6# Project assets
7assets: [LinkedAssetInput!]
11
9# The color in RRGGBB format, e.g. `a4a4a4`.
10backgroundColor: Color
14
12# The list of brand ids splitting with a pipe character, e.g. "20627|20234".
13brands: ProjectBrands
16
15canvasTopMargin: Int
19
17# CSS styles for captions
18captionStyles: ProjectFieldStylesInput
22
20# If the comments are allowed for a project or not
21commentsStatus: ProjectCommentsStatus
24
23conceivedOn: Int
27
25# The list of member ids splitting with a pipe character, e.g. "20627|20234".
26coowners: ProjectCoowners
29
28cover: ProjectCoverInput
33
30# The list of creative fields splitting with a pipe character, e.g. "graphic
31# design|illustration".
32creativeFields: ProjectCreativeFields
37
34# The list of member ids who will be recognized for the project splitting with a
35# pipe character, e.g. "20627|20234".
36credits: ProjectCredits
40
38# The project description.
39description: ProjectDescription
42
41license: ProjectLicenseType
45
43# CSS styles for links
44linkStyles: ProjectFieldStylesInput
48
46# If a project contains mature project (`ON`) or not (`OFF`)
47matureContentStatus: ProjectMatureContentStatus
50
49moduleBottomMargin: Int
53
51# The list of all project modules. Missing modules will be removed.
52modules: [ProjectModuleInput!]
56
54# CSS styles for paragraphs
55paragraphStyles: ProjectFieldStylesInput
58
57premiumStatus: PremiumStatus
60
59privacy: ProjectPrivacy
62
61publishStatus: ProjectPublishStatus
65
63# The list of school ids splitting with a pipe character, e.g. "20627|20234".
64schools: ProjectSchools
68
66# CSS styles for a sub-title
67subTitleStyles: ProjectFieldStylesInput
71
69# The list of tags splitting with a pipe character, e.g. "logo design|icons".
70tags: ProjectTags
74
72# The list of team ids splitting with a pipe character, e.g. "20627|20234".
73teams: ProjectTeamsInput
77
75# The project title with maximum of 55 symbols.
76title: ProjectTitle
80
78# CSS styles for a title
79titleStyles: ProjectFieldStylesInput
83
81# The list of tool ids splitting with a pipe character, e.g. "185289859|84490865".
82tools: ProjectTools
86
84# The list of visible network ids splitting with a pipe character, e.g. "0|20".
85visibleNetworkIds: ProjectVisibleNetworkIds
90
87# The list of ids (users who can see private project) splitting with a pipe
88# character, e.g. "1|2|3".
89visibleToUserIds: ProjectVisibleToUserIds
91}

link Required by