Skip to main content

campaigns

Find a campaign within an organization

campaigns(
first: Int
after: String
last: Int
before: String
organization_id: ID!
campaign_name: String
division_ids: String
): CampaignConnection

Arguments

campaigns.first ● Int scalar

Returns the first n elements from the list.

campaigns.after ● String scalar

Returns the elements in the list that come after the specified cursor.

campaigns.last ● Int scalar

Returns the last n elements from the list.

campaigns.before ● String scalar

Returns the elements in the list that come before the specified cursor.

campaigns.organization_id ● ID! non-null scalar

ID of Organization

campaigns.campaign_name ● String scalar

Optional Team name

campaigns.division_ids ● String scalar

ptional division ids, as a string of coma separated IDs: '1, 2, 3'

Type

CampaignConnection object

The connection type for Campaign.