MyStats
No description
type MyStats {
campaigns: Int!
campaings: Int! @deprecated
requestsByMeCount: Int!
requestsForMeCount: Int!
reviewCampaigns: [MyReviewCampaignSummary!]!
reviewItemsCount: Int!
ticketApprovalCount: Int!
ticketCount: Int!
ticketFulfillmentCount: Int!
}
Fields
MyStats.campaigns ● Int! non-null scalar
MyStats.requestsByMeCount ● Int! non-null scalar
MyStats.requestsForMeCount ● Int! non-null scalar
MyStats.reviewCampaigns ● [MyReviewCampaignSummary!]! non-null object
MyStats.reviewItemsCount ● Int! non-null scalar
MyStats.ticketApprovalCount ● Int! non-null scalar
Pending approval tickets assigned to the caller. A subset of ticketCount,
counted in the same pass so the two can never disagree.
MyStats.ticketCount ● Int! non-null scalar
MyStats.ticketFulfillmentCount ● Int! non-null scalar
Pending fulfillment (set-up) tickets assigned to the caller. The complement
of ticketApprovalCount today; do not derive one from the other, since a
third ticket type would silently break the subtraction.
Returned By
myStats query