SocialFollowerCountFilter
Filter by the podcast's social media subscriber count, for a given platform.
type SocialFollowerCountFilter {
platform: SocialPlatform!
from: Int
to: Int
}
Fields
platform
(SocialPlatform!
)
The social media platform to filter by.
from
(Int
)
The minimum number of followers or subscribers.
to
(Int
)
The maximum number of followers or subscribers.