OBJECT

DropCampaignSelfEdge

DropCampaignSelfEdge returns user specific information about the drops campaign.

link GraphQL Schema definition

1type DropCampaignSelfEdge {
2
3# Has the user linked their game account with the campaign.
4isAccountConnected: Boolean!
5
6}