module Ecoportal module API class GraphQL module Input module LocationStructure class InsertCommand < Ecoportal::API::GraphQL::Input::LocationStructure::MoveCommand passthrough :classificationIds end end end end end end