Contest
A contest of links for displaying.
type Contest {
background: String
currency: String
current: Int
endsAt: DateTimeISO
fullWidthBannerUrlMobile: String
fullWidthBannerUrlWeb: String
goal: Int
halfWidthBannerUrl: String!
id: ID!
leaderboard(
first: Int
after: String
last: Int
before: String
): CampaignConnection
participatingCampaigns: Int
position: String!
startsAt: DateTimeISO
type: String!
url: String
}
Fields
Contest.background ● String scalar
Contest's background image URL
Contest.currency ● String scalar
Contest's currency
Contest.current ● Int scalar
Contest's current count towards goal
Contest.endsAt ● DateTimeISO scalar
Contest's ends at timestamp
Contest.fullWidthBannerUrlMobile ● String scalar
Mobile version of the Contest's full width banner image URL, if any
Contest.fullWidthBannerUrlWeb ● String scalar
Web version of the Contest's full width banner image URL, if any
Contest.goal ● Int scalar
Contest's goal
Contest.halfWidthBannerUrl ● String! non-null scalar
Contest's half width banner image URL, if any
Contest.id ● ID! non-null scalar
Contest's ID
Contest.leaderboard ● CampaignConnection object
Contest's current leaderboard.
Contest.leaderboard.first●IntscalarReturns the first n elements from the list.
Contest.leaderboard.after ● String scalar
Returns the elements in the list that come after the specified cursor.
Contest.leaderboard.last ● Int scalar
Returns the last n elements from the list.
Contest.leaderboard.before ● String scalar
Returns the elements in the list that come before the specified cursor.
Contest.participatingCampaigns ● Int scalar
Number of campaigns taking part in the contest.
Contest.position ● String! non-null scalar
Contest's position
Contest.startsAt ● DateTimeISO scalar
Contest's starts at timestamp
Contest.type ● String! non-null scalar
Contest's description
Contest.url ● String scalar
Contest's url
Member of
ContestEdge object