OBJECT

DropRule

Contains all of the information about a Drop's rule stating what a broadcaster has to do to trigger a drop. //To be deprecated.

link GraphQL Schema definition

1type DropRule {
2
3# The description of this drop's rule.
4description: String! @deprecated( reason: "No longer supported" )
5
6# The Rule ID.
7id: ID! @deprecated( reason: "No longer supported" )
8
9}