module Ecoportal module API class GraphQL module Input module LocationStructure class DeleteCommand < Ecoportal::API::GraphQL::Input::LocationStructure::CommandInterface passthrough :nodeId end end end end end end