Class: Ecoportal::API::GraphQL::Logic::BaseModel
- Inherits:
-
Common::GraphQL::Model
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Ecoportal::API::GraphQL::Logic::BaseModel
- Defined in:
- lib/ecoportal/api/graphql/logic/base_model.rb
Direct Known Subclasses
Base::Action, Base::ActionCategory, Base::ContractorEntity, Base::DateTime, Base::Field, Base::FileAttachment, Base::FileContainer, Base::LocationClassificationType, Base::LocationStructure::Draft, Base::Organization, Base::PageInfo, Base::PersonMember, Base::Resource, Error::LocationsError, Error::LocationsValidationError, Error::ValidationErrors, Input::IdDiff, Input::Search, Input::SearchFilter, Input::SearchSorter, Interface::BasePage, Interface::LocationStructure::Command, Interface::LocationStructure::Node, Interface::LocationStructure::Nodes, Connection, Input, Payload, Model::Account, Model::User, Payload::LocationStructure::CommandExecutionResult
Constant Summary
Constants included from Common::GraphQL::Model::Diffable
Common::GraphQL::Model::Diffable::DIFF_CLASS
Class Attribute Summary collapse
-
.client ⇒ Object
Returns the value of attribute client.
Method Summary
Methods included from Common::GraphQL::Model::AsInput
Methods included from Common::GraphQL::Model::Diffable
Class Attribute Details
.client ⇒ Object
Returns the value of attribute client.
7 8 9 |
# File 'lib/ecoportal/api/graphql/logic/base_model.rb', line 7 def client @client end |