GraphQL INPUT_OBJECT

CreateMvtCampaignInput

Input for create MVT campaign.

link Definition

  • input CreateMvtCampaignInput {
  • # Unique ID of the client.
  • clientId: Int!
  • # Name of the MVT campaign.
  • name: String!
  • # Set to false if the MVT campaign should not be active.
  • isActive: Boolean
  • # Identifier of the MVT campaign.
  • identifier: String!
  • # The candidates of the MVT campaign
  • candidates: [CreateMvtCampaignCandidateInput!]
  • }

link Required by