InboxMessageFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| and | [InboxMessageFilterInput!] | ||
| body | InboxMessageFilterBody | The body of the message | |
| createdAt | InboxMessageFilterCreatedAt | ||
| id | InboxMessageFilterId | ||
| metadata | InboxMessageFilterMetadata | Arbitrary metadata (e.g., deep links, CTA params) | |
| not | [InboxMessageFilterInput!] | ||
| notification | NotifierNotificationFilterInput | The notification associated with the message, if it originated from a notification | |
| notificationId | InboxMessageFilterNotificationId | ||
| or | [InboxMessageFilterInput!] | ||
| readAt | InboxMessageFilterReadAt | The timestamp when the message was read | |
| recipient | UserFilterInput | The user who received the message | |
| recipientId | InboxMessageFilterRecipientId | ||
| sender | UserFilterInput | The user who sent the message, if it originated from another user | |
| senderId | InboxMessageFilterSenderId | ||
| subject | InboxMessageFilterSubject | The subject of the message | |
| unread | InboxMessageFilterUnread | ||
| updatedAt | InboxMessageFilterUpdatedAt |