Class: Ecoportal::API::GraphQL::Model::Page::Task

Inherits:
Base::Page::Task show all
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

#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