Skip to main content

WeeklySummary

A weekly summary of the team

type WeeklySummary {
earned: DollarFormats!
id: ID!
numFundraisers: Int!
numMerchants: Int!
numShops: Int!
topMerchants: [Merchant!]!
}

Fields​

WeeklySummary.earned ● DollarFormats! non-null object​

Campaigns's goal amount

WeeklySummary.id ● ID! non-null scalar​

Summary ID

WeeklySummary.numFundraisers ● Int! non-null scalar​

Number of fundraisers who shopped

WeeklySummary.numMerchants ● Int! non-null scalar​

Number of merchants shopped from

WeeklySummary.numShops ● Int! non-null scalar​

Number of shops made

WeeklySummary.topMerchants ● [Merchant!]! non-null object​

Top merchants shopped from

Implemented by​

ActivityObject union