GraphQL OBJECT
MvtCampaignSearchResult
Mvt campaigns that match the search parameters.
link Definition
- type MvtCampaignSearchResult {
- # Indicates whether the result is truncated.
- : Boolean!
- # List of mvt campaigns that match the search parameters.
- : [MvtCampaign]
- }