OBJECT
Project
link GraphQL Schema definition
1 type Project { 2 3 : ProjectAdminFlags 4 5 : [ProjectAdminNotice!]! 6 7 : ProjectAeroData 8 9 : [Tag!]! 10 11 : [ProjectModule!]! 12 13 : [AutoTag!]! 14 15 : [Tag!]! 16 17 : Int 18 19 : Colors 20 21 # Arguments 22 # first: Max items for one page is 24 23 (: String, : Int): ProjectCommentConnection! 24 25 : Int! 26 27 : ProjectCover! 28 29 : ProjectCoverImageSizes! 30 31 : Int! 32 33 : User! 34 35 : Int! 36 37 # The list of Behance users who should be recognized in the current project. 38 : [User!]! 39 40 : String! 41 42 : String! 43 44 : String! 45 46 : Int! 47 48 : [ProjectFeature] 49 50 : [project_fields] 51 52 : Boolean! 53 54 : Boolean! 55 56 : Int! 57 58 : Boolean! 59 60 : Boolean! 61 62 : Boolean! 63 64 : Boolean! 65 66 : Boolean! 67 68 : Boolean 69 70 : Int! 71 72 : Boolean! 73 74 : Boolean! 75 76 : Boolean! 77 78 : Boolean 79 80 : ProjectLicense! 81 82 : [LinkedAsset!]! 83 84 : Int! 85 86 : String! 87 88 : Int! 89 90 # Arguments 91 # first: Max items for one page is 24 92 (: String, : Int): ProjectModuleConnection! 93 94 : String! 95 96 : [UserNetworks]! 97 98 : [User]! 99 100 : [User] 101 102 : Int! 103 104 : ProjectPrivacyLevel! 105 106 : Int! 107 108 : [Tag!]! 109 110 : String! 111 112 : String! 113 114 : [SourceFile] 115 116 : project_stats 117 118 : ProjectStyle 119 120 : String! 121 122 : [Tag!]! 123 124 : [TeamItem!]! 125 126 : [Tool] 127 128 : String! 129 130 }
link Required by
- AppreciateAction
- AppreciatedProjectsConnection
- AppreciatedProjectsEdge
- Asset
- AudioModule
- CloneProjectResponse
- CuratedCategory
- DraftProjects
- EmbedModule
- FeatureQueue
- ForYouFeedItemEntity
- FreelanceServiceAssetEntity
- GalleryProjectsConnection
- GalleryProjectsEdge
- ImageModule
- Invitations
- MediaCollectionComponent
- MediaCollectionModule
- ModuleAddedToCollectionAction
- MoodboardItemEntity
- Mutation
- NetworkFeedItem
- PremiumContentFeedItem
- ProfileProjectsConnection
- ProfileProjectsEdge
- ProfileProjectsWithPurchasedSourceFilesConnection
- ProfileProjectsWithPurchasedSourceFilesEdge
- ProfileProjectsWithSourceFilesConnection
- ProfileProjectsWithSourceFilesEdge
- ProjectAddedToCollectionAction
- ProjectCommentAction
- ProjectStats
- Query
- SearchResultItem
- SourceFilePurchase
- StorySegment
- TextModule
- UnifiedActivityFeedItem
- UpdateProjectResponse
- User
- UserMentionProjectCommentAction
- UserProjectsConnection
- UserProjectsEdge
- VideoModule
- Viewer