Magidoc

campaigns
Query

Return a paginated list of campaigns. Optionally filter by name using a partial or full match.

Arguments

#

after

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

before

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

first

Returns the first n elements from the list.

last

Returns the last n elements from the list.

nameFilter

Optional partial or full campaign name to filter results

Response

#

Returns CampaignInfoConnection .

Example

#