Sha256: ff4dc06903e0857a7641812d291a19e1f3785cd77fc5c09ad39c06759d058116

Contents?: true

Size: 347 Bytes

Versions: 21

Compression:

Stored size: 347 Bytes

Contents

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

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.2.1 lib/ecoportal/api/graphql/input/location_structure/move_command.rb