lib/ecoportal/api/graphql/builder/location_structure.rb in ecoportal-api-graphql-0.3.14 vs lib/ecoportal/api/graphql/builder/location_structure.rb in ecoportal-api-graphql-0.3.15
- old
+ new
@@ -7,9 +7,14 @@
def initialize(client)
@client = client
end
+ def nodeClassifications(**kargs, &block)
+ query_model = Ecoportal::API::GraphQL::Query::LocationClassifications.new(client)
+ query_model.query(**kargs, &block)
+ end
+
def applyCommandsInput
Ecoportal::API::GraphQL::Input::LocationStructure::ApplyCommands.new
end
def applyCommands(**kargs, &block)