module Ecoportal module API class GraphQL module Input module LocationStructure class UpdateCommand < Ecoportal::API::GraphQL::Input::LocationStructure::CommandInterface passthrough :nodeId, :newId passthrough :name, :classificationIds end end end end end end