Class: Ecoportal::API::GraphQL::Model::ActivityLog
- Inherits:
-
Base::ActivityLog
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Base::ActivityLog
- Ecoportal::API::GraphQL::Model::ActivityLog
- Defined in:
- lib/ecoportal/api/graphql/model/activity_log.rb
Overview
Concrete read model for a System Access Log entry. Adds the relational embeds on top of the common union fields in Base::ActivityLog.
parentResource* and resource are present only on the Dashboard* union
members (DashboardAccess/Create/Delete/Update, DeniedDashboardAccess);
they are nullable here so page/file/scim members resolve cleanly.
Defined Under Namespace
Classes: Resource
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
Methods included from Common::GraphQL::ClassHelpers
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Ecoportal::API::GraphQL::Concerns::SnakeCamelAccess