Class: Ecoportal::API::GraphQL::Model::Organization

Inherits:
Base::Organization show all
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

#client, #path

Class Method Summary collapse

Methods included from Common::GraphQL::QueryIntegration

method, query

Methods included from Common::GraphQL::ClassHelpers::ClassMethods

#const?

Methods included from Common::GraphQL::Model::AsInput

#as_input

Methods included from Common::GraphQL::Model::Diffable

#as_update, #dirty?

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