Class: Ecoportal::API::GraphQL::Payload::Page::ReviewTaskBatch
- Inherits:
-
Logic::Payload
- Object
- Logic::BaseModel
- Logic::Payload
- Ecoportal::API::GraphQL::Payload::Page::ReviewTaskBatch
- Defined in:
- lib/ecoportal/api/graphql/payload/page/review_task_batch.rb
Overview
Payload of batchUpdateReviewPageTask. ★ Distinct from Payload::Page::ReviewTask:
BatchUpdateReviewPageTaskPayload has NO item — it returns count (how many tasks
were updated), verified against the live schema 2026-07-30. The mutation previously
shared Payload::Page::ReviewTask and selected item { ...PageFields }, which made
the document invalid.