Class: Ecoportal::API::GraphQL::Model::Organization
- Inherits:
-
Base::Organization
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Logic::BaseModel
- Base::Organization
- Ecoportal::API::GraphQL::Model::Organization
- Extended by:
- Common::GraphQL::QueryIntegration
- Defined in:
- lib/ecoportal/api/graphql/model/organization.rb
Constant Summary collapse
- DEFAULT_PATH =
['currentOrganization'].freeze
Constants included from Common::GraphQL::Model::Diffable
Common::GraphQL::Model::Diffable::DIFF_CLASS
Instance Attribute Summary
Attributes included from Common::GraphQL::QueryIntegration
Class Method Summary collapse
Methods included from Common::GraphQL::QueryIntegration
Methods included from Common::GraphQL::ClassHelpers::ClassMethods
Methods included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Class Method Details
.path(*add) ⇒ Object
13 14 15 |
# File 'lib/ecoportal/api/graphql/model/organization.rb', line 13 def path(*add) DEFAULT_PATH.dup.push(*add) end |