GraphQL INPUT_OBJECT
PackageDiscountSearchParameters
Search parameters for the package discount.
link Definition
- input PackageDiscountSearchParameters {
- # Maximum number of items that should be retrieved.
- : Int
- # Starting index for retrieving the items.
- : Int
- # Logical operator for search.
- : LogicalOperator
- # Input for ordering the result before applying the offset.
- : [PackageDiscountSearchOrderByInput]
- # ID of the package discount.
- : NumericIdSearchRelationInput
- # Name of the package discount.
- : StringSearchRelationInput
- # The Parameter which is used to trigger this package discount.
- : StringSearchRelationInput
- # A boolean which indicates if the package discount is active or not.
- : BoolSearchRelationInput
- # Starting point of the validity timespan.
- : DateTimeSearchRelationInput
- # Ending point of the validity timespan.
- : DateTimeSearchRelationInput
- # ID of the client to which this package discount belongs to.
- : NumericIdSearchRelationInput
- # ID of the user who created the package discount.
- : NumericIdSearchRelationInput
- # ID of the user who was the last one to modify the package discount.
- : NumericIdSearchRelationInput
- # Timestamp of the creation of the package discount.
- : DateTimeSearchRelationInput
- # Timestamp of the last modification of the package discount.
- : DateTimeSearchRelationInput
- }