GraphQL OBJECT

MvtCampaignSearchResult

Mvt campaigns that match the search parameters.

link Definition

  • type MvtCampaignSearchResult {
  • # Indicates whether the result is truncated.
  • isTruncated: Boolean!
  • # List of mvt campaigns that match the search parameters.
  • mvtCampaigns: [MvtCampaign]
  • }

link Required by