OBJECT

CheermoteCampaignSelfEdge

Edge that relates a cheermote campaign to the logged in user.

link GraphQL Schema definition

1type CheermoteCampaignSelfEdge {
2
3# The total bits used by the user in the campaign.
4bitsUsed: Int!
5
6# Eligibility for the user to cheer with the sponsored bits in the campaign.
7canBeSponsored: Boolean!
8
9# The ID is comprised of the campaign ID and the user ID.
10id: ID!
11
12}