GraphQL INPUT_OBJECT
ClientSearchParameters
Input for search parameters of a given client.
link Definition
- input ClientSearchParameters {
- # Maximum number of items that should be retrieved.
- : Int
- # Starting index for retrieving the items.
- : Int
- # Input for ordering the result before applying the offset.
- : [ClientSearchOrderByInput]
- # ID of the client account.
- : NumericIdSearchRelationInput
- # Short name of the client.
- : StringExtendedSearchRelationInput
- # Full name of the client.
- : StringExtendedSearchRelationInput
- # Internal name of the client.
- : StringExtendedSearchRelationInput
- # Country id.
- : CountrySearchRelationInput
- # Client status id
- : ClientStatusSearchRelationInput
- # ID of the main sales contact user account for the client.
- : NumericIdSearchRelationInput
- # ID of the user account who created the client.
- : NumericIdSearchRelationInput
- # ID of the user account who last modified client.
- : NumericIdSearchRelationInput
- # Date and time when the client was modified.
- : DateTimeSearchRelationInput
- # Date and time when the client was created.
- : DateTimeSearchRelationInput
- }