Sha256: 597f1714aa7390466f4c928280cca41d4e799a23c3dd178803e4f329d7f9f8de

Contents?: true

Size: 644 Bytes

Versions: 21

Compression:

Stored size: 644 Bytes

Contents

module Ecoportal
  module API
    class GraphQL
      module Input
        module LocationStructure
        end
      end
    end
  end
end

require_relative 'location_structure/command_interface'
require_relative 'location_structure/delete_command'
require_relative 'location_structure/archive_command'
require_relative 'location_structure/unarchive_command'
require_relative 'location_structure/move_command'
require_relative 'location_structure/insert_command'
require_relative 'location_structure/reorder_command'
require_relative 'location_structure/update_command'
require_relative 'location_structure/apply_commands'

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.rb