Class: Ecoportal::API::GraphQL::Payload::Page::ReviewTaskBatch

Inherits:
Logic::Payload
  • Object
show all
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.

Method Summary

Methods inherited from Logic::Payload

#error?, #error_doc, #success?