topCampaigns
Find a campaign within an organization
topCampaigns(
first: Int
after: String
last: Int
before: String
organization_id: ID!
): CampaignConnection
Arguments
topCampaigns.first ● Int scalar
Returns the first n elements from the list.
topCampaigns.after ● String scalar
Returns the elements in the list that come after the specified cursor.
topCampaigns.last ● Int scalar
Returns the last n elements from the list.
topCampaigns.before ● String scalar
Returns the elements in the list that come before the specified cursor.
topCampaigns.organization_id ● ID! non-null scalar
ID of Organization
Type
CampaignConnection object
The connection type for Campaign.