OBJECT
Viewer
link GraphQL Schema definition
1 type Viewer { 2 3 # Arguments 4 # first: Max items for one page is 50. If "first" is set to more 5 # than that, it will only fetch 50 items 6 (: String, : Int): SubscribersConnection 7 8 : [Subscription]! 9 10 : UserAdminFields 11 12 : AdminPermissions 13 14 : String! 15 16 : [Tool] 17 18 : [ExpressAsset!]! 19 20 : Boolean! 21 22 # Jobs applied to by authorized user. 23 # 24 # Arguments 25 # first: Max items for one page is 10. If "first" is set to more 26 # than that, it will only fetch 10 items 27 (: String, : AppliedJobsSearchFilter, : Int): AppliedJobItemConnection 28 29 # Arguments 30 # first: Max items for one page is48 31 (: String, : Int): AppreciatedProjectsConnection! 32 33 # Arguments 34 # fileTypes: List of file types to include in the results. 35 # first: Max items for one page is 48. If "first" is set to more 36 # than that, it will only fetch 48 items 37 (: String, : [UserAssetType!], : Int): UserAssetsConnection 38 39 : UserAvailabilityInfo 40 41 : [UserNetworks]! 42 43 : String! 44 45 : [User] 46 47 : CachedSubscriptionPrice 48 49 : Boolean! 50 51 : Boolean! 52 53 : Boolean 54 55 : Boolean! 56 57 : String! 58 59 : String! 60 61 : [NFTWallet!]! 62 63 : String! 64 65 # Jobs created by authorized user. 66 # 67 # Arguments 68 # first: Max items for one page is 10. If "first" is set to more 69 # than that, it will only fetch 10 items 70 (: String, : CreatedJobsSearchFilter, : Int): CreatedJobItemConnection 71 72 : Int! 73 74 : [CreativeField]! 75 76 : [UserCustomSection]! 77 78 : String! 79 80 # Draft projects for an authorized user. 81 : DraftProjects 82 83 : String 84 85 : [TeamFeature]! 86 87 : String! 88 89 : UserFlags 90 91 # Returns a list of tags followed by the logged in user 92 : [Tag]! 93 94 # Arguments 95 # first: Max items for one page is 5000. If "first" is set to 96 # more than that, it will only fetch 5000 items 97 (: String, : Int): UserFollowerConnection! 98 99 # Arguments 100 # first: Max items for one page is 5000. If "first" is set to 101 # more than that, it will only fetch 5000 items 102 (: String, : Int): UserFollowingConnection! 103 104 : FreelanceProjectUserInfo 105 106 ( 107 : String, 108 : Int, 109 : [FreelanceProjectStatus]! 110 ): FreelanceProjectConnection 111 112 (: String, : Int): UserFreelanceServicesConnection! 113 114 : Boolean! 115 116 : Boolean! 117 118 : Boolean! 119 120 : Boolean! 121 122 : Boolean! 123 124 : Boolean! 125 126 : Boolean! 127 128 : Boolean! 129 130 : Boolean! 131 132 : Boolean! 133 134 : Int! 135 136 : UserImageSizes! 137 138 : [Subscription]! 139 140 (: String, : [Int]): InboxThread 141 142 : InboxThreadCounts 143 144 ( 145 : InboxBoxLocationType, 146 : Int!, 147 : InboxThreadParentType 148 ): InboxThreadParent 149 150 ( 151 : String, 152 : InboxThreadParentsFilter, 153 : Int, 154 : InboxThreadParentType 155 ): InboxThreadParentsConnection! 156 157 : InboxThread 158 159 (: String, : InboxThreadsFilter, : Int): InboxThreadsConnection 160 161 # Returns a list of invitations for the logged in user 162 : [Invitations]! 163 164 : Boolean! 165 166 : Boolean! 167 168 : Boolean! 169 170 : Boolean! 171 172 : Boolean! 173 174 : Boolean! 175 176 : Boolean! 177 178 # Returns details about the Adobe Stock contributor status of the viewer 179 : StockContributorStatus! 180 181 : Boolean! 182 183 # Adobe Live subscription status for a user by content language 184 ( 185 : ContentLanguage 186 ): Boolean! 187 188 : String! 189 190 # Fetches user streams. 24 videos per page. 191 # 192 # Arguments 193 # state: A list of queryable video statuses. 194 (: String, : [LivestreamQueryableStatus]): UserLivestreamConnection! 195 196 : String! 197 198 : String! 199 200 (: String, : MoodboardContains, : Int): UserMoodboardConnection! 201 202 # Returns all the errors associated with a user importing their nfts 203 : [String] 204 205 # Returns all the nft assets associated with a user 206 (: String, : Int!, : [NFTModuleTypes]): UserNFTItemConnection! 207 208 # Unread notification counts for the viewer. When a driver is specified, counts 209 # will be filtered by actions defined within that driver. 210 (: NotificationsDriver): NotificationsCount 211 212 : Int! 213 214 : String! 215 216 : Payments 217 218 # Project pinned to subscription overview 219 : Project 220 221 # Arguments 222 # first: Max items for one page is 50. If "first" is set to more 223 # than that, it will only fetch 50 items 224 # withPremiumAssetsOnly: Filter items with premium assets only 225 ( 226 : String, 227 : Int, 228 : Boolean 229 ): PremiumContentFeedConnection 230 231 : ProfileChecklist 232 233 # Arguments 234 # first: Max items for one page is20 235 (: String, : Int): ProfileProjectsConnection! 236 237 # Projects containing source files the user has purchased 238 # 239 # Arguments 240 # first: Max items for one page is20 241 ( 242 : String, 243 : Int 244 ): ProfileProjectsWithPurchasedSourceFilesConnection 245 246 # Arguments 247 # first: Max items for one page is20 248 ( 249 : String, 250 : Int 251 ): ProfileProjectsWithSourceFilesConnection! 252 253 : [ProfileTab]! 254 255 # Arguments 256 # first: Max items for one page is20 257 (: String, : Int): UserProjectsConnection! 258 259 : PublicFlags 260 261 : PulsePoints 262 263 # Returns a list of recommended tags for the logged in user 264 (: [Int], : Int): [Tag]! 265 266 # Arguments 267 # first: Max items for one page is 50. If "first" is set to more 268 # than that, it will only fetch 50 items 269 ( 270 : String, 271 : Int, 272 : RelationshipsByLrAssetRecencyType! 273 ): UserRelationshipsByLrAssetRecencyConnection! 274 275 # Jobs saved by authorized user. 276 # 277 # Arguments 278 # first: Max items for one page is 10. If "first" is set to more 279 # than that, it will only fetch 10 items 280 (: String, : SavedJobsSearchFilter, : Int): SavedJobItemConnection 281 282 : [UserSocialReference]! 283 284 # Arguments 285 # first: Max items for one page is20 286 (: String, : Int): UserSourceFilePurchasesConnection! 287 288 : Int 289 290 : SourceFileSellerStats 291 292 : String! 293 294 : UserStats! 295 296 # Stripe Account associated for the current user. Only visible for Profile Owner. 297 : StripeAccount 298 299 : Subscription 300 301 : SubscriptionChecklistCriteria 302 303 # Subscription information for creators. 304 : SubscriptionProduct 305 306 # Arguments 307 # first: Max items for one page is 50. If "first" is set to more 308 # than that, it will only fetch 50 items 309 # withAssetsOnly: Filter items with assets only 310 ( 311 : String, 312 : Int, 313 : Boolean 314 ): SubscriptionsPremiumContentFeedConnection 315 316 # Teams the user is a member of. 317 : [Team] 318 319 # Arguments 320 # first: Max items for one page is 100. If "first" is set to more 321 # than that, it will only fetch 100 items 322 (: String, : Int): UserUnifiedActivityFeedConnection 323 324 : InboxThreadMessage 325 326 : String! 327 328 : String! 329 330 : [UserWebLink]! 331 332 : WebPush 333 334 : String! 335 336 : [UserWorkExperience]! 337 338 : [StorySegment] 339 340 }