Class: Ecoportal::API::GraphQL::Base::Model
- Inherits:
-
Common::GraphQL::Model
- Object
- Common::Content::DoubleModel
- Common::GraphQL::Model
- Ecoportal::API::GraphQL::Base::Model
- Defined in:
- lib/ecoportal/api/graphql/base/model.rb
Direct Known Subclasses
Action, ActionCategory, ContractorEntity, DateTime, Field, FileAttachment, FileContainer, LocationClassificationType, LocationNode, LocationStructure, Organization, Page, PageInfo, PersonMember, 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, Logic::Connection, Logic::Payload, Model::Account, Model::User, Payload::LocationStructure::ApplyCommands, Payload::LocationStructure::CommandExecutionResult, Payload::LocationStructure::CommandInterface
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/base/model.rb', line 7 def client @client end |