GraphQL INPUT_OBJECT
Input for create MVT campaign.
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 campaigncandidates: [CreateMvtCampaignCandidateInput!]}