Class: Ecoportal::API::GraphQL::BaseModel
- Inherits:
-
Common::GraphQL::Model
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Ecoportal::API::GraphQL::BaseModel
- Defined in:
- lib/ecoportal/api/graphql/base_model.rb
Direct Known Subclasses
Ecoportal::API::GraphQL::Base::Action, Ecoportal::API::GraphQL::Base::ActionCategory, Ecoportal::API::GraphQL::Base::ContractorEntity, Ecoportal::API::GraphQL::Base::DateTime, Ecoportal::API::GraphQL::Base::Field, Ecoportal::API::GraphQL::Base::FileAttachment, Ecoportal::API::GraphQL::Base::FileContainer, Ecoportal::API::GraphQL::Base::LocationClassificationType, Ecoportal::API::GraphQL::Base::LocationStructure, Ecoportal::API::GraphQL::Base::Organization, Ecoportal::API::GraphQL::Base::PageInfo, Ecoportal::API::GraphQL::Base::PersonMember, Ecoportal::API::GraphQL::Base::Resource, Error::LocationsError, Error::LocationsValidationError, Error::ValidationErrors, Input::Action::Archive, Input::ContractorEntity::Destroy, Input::IdDiff, Input::LocationStructure::ApplyCommands, Input::LocationStructure::CommandInterface, Input::Search, Input::SearchFilter, Input::SearchSorter, Interface::BasePage, Interface::LocationNode, Logic::Connection, Logic::Payload, Model::Account, Model::User, Payload::LocationStructure::ApplyCommands, Payload::LocationStructure::CommandExecutionResult, Payload::LocationStructure::CommandInterface
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.
6 7 8 |
# File 'lib/ecoportal/api/graphql/base_model.rb', line 6 def client @client end |