Class: Ecoportal::API::GraphQL::Model::Page::Task
- Inherits:
-
Base::Page::Task
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Base::Page::Task
- Ecoportal::API::GraphQL::Model::Page::Task
- Defined in:
- lib/ecoportal/api/graphql/model/page/task.rb
Overview
Concrete Base::Page::Task — adds the typed subject (the page the task belongs
to), which the base class cannot declare because Model::PageUnion lives one layer
up. Nullable: the caller may select the task without its subject.
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
Methods included from Common::GraphQL::Model::Diffable
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess