notifications
get notifications for a given user (or for the current user)
Arguments
Returns
[Notification!]
Example
query notifications( $other_party_id: String $read_status: Boolean $seen_status: Boolean $types: [String] $sort_by: String $order_by: NotificationOrderKeys $offset: Int $page_size: Int $after: Cursor) { notifications( other_party_id: $other_party_id read_status: $read_status seen_status: $seen_status types: $types sort_by: $sort_by order_by: $order_by offset: $offset page_size: $page_size after: $after ) { associated_entry associated_object created_at creator_user_name cursor id link link_string message other_party other_party_id read seen type user user_id }}