ReferralInfo
Fundraiser referral info
type ReferralInfo {
bonusEarnedTotal: DollarFormats!
completedTotal: Int!
imageUrl: String!
mobileImage: Image
referredCampaigns(
first: Int
after: String
last: Int
before: String
): ReferredCampaignConnection
signupTotal: Int!
terms: String
url: String!
}
Fields
ReferralInfo.bonusEarnedTotal ● DollarFormats! non-null object
Total amount earned for my active fundraiser through referrals
ReferralInfo.completedTotal ● Int! non-null scalar
Number of successfully completed referrals
ReferralInfo.imageUrl ● String! non-null scalar
The current referral promo's image
ReferralInfo.mobileImage ● Image object
The current referral promo's image for mobile
ReferralInfo.referredCampaigns ● ReferredCampaignConnection object
Campaigns that my active fundraiser has referred
ReferralInfo.referredCampaigns.first●IntscalarReturns the first n elements from the list.
ReferralInfo.referredCampaigns.after ● String scalar
Returns the elements in the list that come after the specified cursor.
ReferralInfo.referredCampaigns.last ● Int scalar
Returns the last n elements from the list.
ReferralInfo.referredCampaigns.before ● String scalar
Returns the elements in the list that come before the specified cursor.
ReferralInfo.signupTotal ● Int! non-null scalar
Number of referral signups
ReferralInfo.terms ● String scalar
The current promo's terms
ReferralInfo.url ● String! non-null scalar
My active fundraiser's referral URL
Member of
Fundraiser object