GraphQL INPUT_OBJECT
CustomerSearchParametersInput
Input for search parameters of a given customer.
link Definition
- input CustomerSearchParametersInput {
- # Id of the customer.
- : NumericIdSearchRelationInput
- # Unique ID of the client the customer belongs to.
- : NumericIdSearchRelationInput
- # Unique identification of the customer assigned by the client.
- : StringSearchRelationInput
- # Type of the customer.
- : CustomerTypeEnum
- # Name of the company.
- : StringSearchRelationInput
- # Name of a purchased product.
- : StringSearchRelationInput
- # Customer's first name.
- : StringSearchRelationInput
- # Customer's last name.
- : StringSearchRelationInput
- # Customer's username.
- : StringSearchRelationInput
- # Maximum number of items that should be retrieved.
- : Int
- # Logical operator for search.
- : LogicalOperator
- }