Class: Ecoportal::API::GraphQL::Interface::LocationStructure::Node
Constant Summary
Common::GraphQL::Model::Diffable::DIFF_CLASS
Instance Method Summary
collapse
#as_input
#as_update, #dirty?
Instance Method Details
#parent_id_upcase ⇒ Object
32
33
34
|
# File 'lib/ecoportal/api/graphql/interface/location_structure/node.rb', line 32
def parent_id_upcase
parent_id&.upcase
end
|
#parentId ⇒ Object
Also known as:
parent_id
27
28
29
|
# File 'lib/ecoportal/api/graphql/interface/location_structure/node.rb', line 27
def parentId
parent&.id
end
|