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