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"]

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 inherited from Base::Model

as_input, #as_input, #as_update

Class Method Details

.path(*add) ⇒ Object



11
12
13
# File 'lib/ecoportal/api/graphql/model/organization.rb', line 11

def path(*add)
  DEFAULT_PATH.dup.push(*add)
end