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