Class: Ecoportal::API::GraphQL::Base::Page::Task

Inherits:
Logic::BaseModel show all
Defined in:
lib/ecoportal/api/graphql/base/page/task.rb

Overview

A page TASK — the item of the review-task mutations (TaskInterface: CompletePage / InComment / ReviewPage). Read-only.

This is NOT a page: the page it belongs to is subject (a PageUnion). The review-task payloads used to type item as Model::PageUnion, which never matched the schema (see Fragment :PageTaskFields).

Direct Known Subclasses

Model::Page::Task

Constant Summary

Constants included from Common::GraphQL::Model::Diffable

Common::GraphQL::Model::Diffable::DIFF_CLASS

Method Summary

Methods included from Concerns::SnakeCamelAccess

#method_missing, #respond_to_missing?

Methods included from Common::GraphQL::Model::AsInput

#as_input

Methods included from Common::GraphQL::Model::Diffable

#as_update, #dirty?

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess