GraphQL INPUT_OBJECT
MvtCampaignSearchParametersInput
Input for search parameters of a given mvt campaign.
link Definition
- input MvtCampaignSearchParametersInput {
- # Unique ID of the client the mvt campaign belongs to.
- : NumericIdSearchRelationInput
- # Unique ID of the the mvt campaign belongs to.
- : NumericIdSearchRelationInput
- # Unique identification of the mvt campaign.
- : StringExtendedSearchRelationInput
- # Flag if the the mvt campaign is active.
- : Boolean
- # identifier of the mvt campaign.
- : StringExtendedSearchRelationInput
- # User who last modified the mvt campaign.
- : NumericIdSearchRelationInput
- # Date and time when the mvt campaign was last modified.
- : DateTimeSearchRelationInput
- # Maximum number of items that should be retrieved.
- : Int
- # Ordering options for mvt campaigns.
- : [OrderByInput]
- # Starting index for retrieving the items.
- : Int
- }