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