OBJECT

StockContributorStatus

link GraphQL Schema definition

1type StockContributorStatus {
2
3# Returns the Adobe Stock contributor ID or null if not found
4contributorId: String
5
6hasStockAccount: Boolean!
7
8hasStockAssets: Boolean!
9
10# Assets that have been hidden on Behance.
11hiddenAssets: [StockAsset]!
12
13# Total count of assets available from Stock. Does not include hidden assets.
14stockAssetCount: Int!
15
16}

link Required by