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