ENUM

CreatorReferralTrend

Specifies the general trend of this data set vs the previous data set.

link GraphQL Schema definition

1enum CreatorReferralTrend {
2
3# The new data set has increased relative to the previous data set.
4POSITIVE
5
6# The new data set has not changed relative to the previous data set.
7NEUTRAL
8
9# The new data set has decreased relative to the previous data set.
10NEGATIVE
11}