GraphQL INPUT_OBJECT
NotificationSearchParameters
Input for search parameters of a given notification.
link Definition
- input NotificationSearchParameters {
- # ID of the notification.
- NumericIdSearchRelationInput :
- # Name of the notification.
- StringExtendedSearchRelationInput :
- # Unique ID of the client the notification belongs to.
- NumericIdSearchRelationInput :
- # User who last modified the notification.
- NumericIdSearchRelationInput :
- # Date and time when the notification was last modified.
- DateTimeSearchRelationInput :
- # User who created the notification.
- NumericIdSearchRelationInput :
- # Date and time when the notification was created.
- DateTimeSearchRelationInput :
- # Flag if the the notification is active.
- Boolean :
- # Array of transport type ids.
- NotificationTransportTypeSearchRelationInput :
- # Maximum number of items that should be retrieved.
- Int :
- # Starting index for retrieving the items.
- Int :
- # Set to order the notifications by the date they were last modified.
- SearchOrderOperator :
- # Logical operator for search.
- LogicalOperator :
- }