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