OBJECT
DashboardActivityFeedActivityDropClaimWindowOpen
When a creator completes a drop quest and a drop can now be claimed by users/viewers.
link GraphQL Schema definition
1 type DashboardActivityFeedActivityDropClaimWindowOpen implements DashboardActivityFeedActivity { 2 3 # Status of the corresponding alert. 4 : DashboardActivityFeedActivityAlertStatus 5 6 # The community claimable drop which has been activated. 7 : DropObject! 8 9 # Unique identifier for this drop activity. 10 : ID! 11 12 # When the quest was completed. 13 : Time! 14 15 }
link Required by
This element is not required by anyone