module Ecoportal module API class GraphQL module Input module LocationStructure class MoveCommand < Ecoportal::API::GraphQL::Input::LocationStructure::CommandInterface passthrough :nodeId, :parentId passthrough :insertBefore end end end end end end