Back to AlladdedNew field to retrieve assets on `Reply` object April 30th, 2025 🏷️ API version: 2025-07 You can now query assets attached to an update’s replies using the new assets field. Learn more about the available fields on the Reply object here. GraphQLquery { items (ids: 1234567890) { updates { replies { assets { id } } } } }