GraphQL INPUT_OBJECT
SupportContactSearchParametersInput
Search parameters for the support contact.
link Definition
- input SupportContactSearchParametersInput {
- # 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.
- SupportContactSearchOrderByInput] : [
- # ID of the support contact.
- NumericIdSearchRelationInput :
- # Name of the support contact.
- StringSearchRelationInput :
- # ID of the client to which this support contact belongs to.
- NumericIdSearchRelationInput :
- # ID of the user who created the support contact.
- NumericIdSearchRelationInput :
- # ID of the user who was the last one to modify the support contact.
- NumericIdSearchRelationInput :
- # Timestamp of the creation of the support contact.
- DateTimeSearchRelationInput :
- # Timestamp of the last modification of the support contact.
- DateTimeSearchRelationInput :
- }