Class: Ecoportal::API::GraphQL::Base::MinimalDashboard
- Inherits:
-
Logic::BaseModel
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Ecoportal::API::GraphQL::Base::MinimalDashboard
- Defined in:
- lib/ecoportal/api/graphql/base/minimal_dashboard.rb
Overview
Lightweight dashboard descriptor returned by the dashboardSearch connection.
Read-only. For the full dashboard (components, filters, permissions) the
Dashboard type is not yet modelled — see docs/worklog.md.
Enum-valued fields are exposed as plain strings:
- permissionType: 'GLOBAL' | 'RESTRICTED' | 'PRIVATE'
- parentResourceType: DashboardParentResource (REGISTER, REPORTING, TASKS, ...)
Direct Known Subclasses
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