OBJECT
User
link GraphQL Schema definition
1 type User { 2 3 : [Subscription]! 4 5 : UserAdminFields 6 7 : String! 8 9 : [Tool] 10 11 : Boolean! 12 13 # Arguments 14 # first: Max items for one page is48 15 (: String, : Int): AppreciatedProjectsConnection! 16 17 # Arguments 18 # fileTypes: List of file types to include in the results. 19 # first: Max items for one page is 48. If "first" is set to more 20 # than that, it will only fetch 48 items 21 (: String, : [UserAssetType!], : Int): UserAssetsConnection 22 23 : UserAvailabilityInfo 24 25 : [UserNetworks]! 26 27 : String! 28 29 : [User] 30 31 : CachedSubscriptionPrice 32 33 : Boolean 34 35 : Boolean! 36 37 : String! 38 39 : String! 40 41 : [NFTWallet!]! 42 43 : String! 44 45 : Int! 46 47 : [CreativeField]! 48 49 : [UserCustomSection]! 50 51 : String! 52 53 : String 54 55 : [TeamFeature]! 56 57 : String! 58 59 : UserFlags 60 61 # Arguments 62 # first: Max items for one page is 5000. If "first" is set to 63 # more than that, it will only fetch 5000 items 64 (: String, : Int): UserFollowerConnection! 65 66 # Arguments 67 # first: Max items for one page is 5000. If "first" is set to 68 # more than that, it will only fetch 5000 items 69 (: String, : Int): UserFollowingConnection! 70 71 : FreelanceProjectUserInfo 72 73 (: String, : Int): UserFreelanceServicesConnection! 74 75 : Boolean! 76 77 : Boolean! 78 79 : Boolean! 80 81 : Boolean! 82 83 : Boolean! 84 85 : Boolean! 86 87 : Boolean! 88 89 : Boolean! 90 91 : Int! 92 93 : UserImageSizes! 94 95 : [Subscription]! 96 97 : InboxThread 98 99 : Boolean! 100 101 : Boolean! 102 103 : Boolean! 104 105 : Boolean! 106 107 : Boolean! 108 109 : Boolean! 110 111 : Boolean! 112 113 : StockContributorStatus! 114 115 : Boolean! 116 117 : String! 118 119 # Fetches user streams. 24 videos per page. 120 # 121 # Arguments 122 # state: A list of queryable video statuses. 123 (: String, : [LivestreamQueryableStatus]): UserLivestreamConnection! 124 125 : String! 126 127 : String! 128 129 (: String, : MoodboardContains, : Int): UserMoodboardConnection! 130 131 # Returns all the errors associated with a user importing their nfts 132 : [String] 133 134 # Returns all the nft assets associated with a user 135 (: String, : Int!, : [NFTModuleTypes]): UserNFTItemConnection! 136 137 : Int! 138 139 : String! 140 141 # Project pinned to subscription overview 142 : Project 143 144 # Arguments 145 # first: Max items for one page is 50. If "first" is set to more 146 # than that, it will only fetch 50 items 147 # withPremiumAssetsOnly: Filter items with premium assets only 148 ( 149 : String, 150 : Int, 151 : Boolean 152 ): PremiumContentFeedConnection 153 154 # Arguments 155 # first: Max items for one page is20 156 (: String, : Int): ProfileProjectsConnection! 157 158 # Arguments 159 # first: Max items for one page is20 160 ( 161 : String, 162 : Int 163 ): ProfileProjectsWithSourceFilesConnection! 164 165 : [ProfileTab]! 166 167 # Arguments 168 # first: Max items for one page is20 169 (: String, : Int): UserProjectsConnection! 170 171 : PublicFlags 172 173 # Arguments 174 # first: Max items for one page is 50. If "first" is set to more 175 # than that, it will only fetch 50 items 176 ( 177 : String, 178 : Int, 179 : RelationshipsByLrAssetRecencyType! 180 ): UserRelationshipsByLrAssetRecencyConnection! 181 182 : [UserSocialReference]! 183 184 : String! 185 186 : UserStats! 187 188 # Stripe Account associated for the current user. Only visible for Profile Owner. 189 : StripeAccount 190 191 : Subscription 192 193 # Subscription information for creators. 194 : SubscriptionProduct 195 196 # Teams the user is a member of. 197 : [Team] 198 199 # Arguments 200 # first: Max items for one page is 100. If "first" is set to more 201 # than that, it will only fetch 100 items 202 (: String, : Int): UserUnifiedActivityFeedConnection 203 204 : String! 205 206 : String! 207 208 : [UserWebLink]! 209 210 : WebPush 211 212 : String! 213 214 : [UserWorkExperience]! 215 216 : [StorySegment] 217 218 }
link Required by
- AdobeLiveAction
- AdobeLiveVideo
- AnnouncementAction
- AppreciateAction
- BaseActionReturned if notification type is unknown or undefined. Includes actor data only.
- CreatorSubscriptionStartedAction
- FollowCollectionAction
- FollowUserAction
- FollowUserResponse
- ForYouFeedActor
- FreelancePayment
- FreelanceProject
- FreelanceProjectHistory
- FreelanceProjectPublicInfo
- FreelanceProjectReview
- FreelanceProjectReviewedAction
- FreelanceService
- InboxThread
- InboxThreadMessage
- Invitations
- JobApplicationCreatedAction
- JobApprovedAction
- JobItem
- LightroomActivityFeedItem
- LiveStreamAction
- ModuleAddedToCollectionAction
- Moodboard
- Mutation
- NetworkFeedItem
- Project
- ProjectAddedToCollectionAction
- ProjectComment
- ProjectCommentAction
- PsxActivityFeedItem
- Query
- ReportUserResponse
- SearchResultItem
- SourceFilePurchase
- StoryFirstPostAction
- StorySegment
- StorySegmentMentionAction
- StorySegmentReactionAction
- StoryUserReengagedAction
- SubscribersConnection
- SubscribersEdge
- Subscription
- User
- UserFollowerItem
- UserFollowingItem
- UserLivestream
- UserMentionProjectCommentAction
- UserRelationshipsByLrAssetRecencyItem
- UserStat
- Viewer
- WebPushNotification