query

followerCount

Get the total number of followers for a specific item by its ID.
Arguments
collectionId
String!
Required
The ID of the collection type.
collectionType
String!
Required
Type of collection, i.e. products, brands, or collections.
Response
count
Int
The number of followers for the item. This count indicates how many users are following the specified item.
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...