Sha256: e17992601f92f8e1bba67186fbf9e5626bb90f0cbc5f430a10f7139b92f7c51c

Contents?: true

Size: 473 Bytes

Versions: 40

Compression:

Stored size: 473 Bytes

Contents

# Use case to launch updates to a tagtree (i.e. upload new locations)
module Eco::API::UseCases::GraphQL::Samples
  class Location::Command < Eco::API::UseCases::GraphQL::Samples::Location
    name "location-command"

    require_relative 'command/results'
    require_relative 'command/track_changed_ids'
    require_relative 'command/dsl'
    include Eco::API::UseCases::GraphQL::Samples::Location::Command::DSL
  end
end

require_relative 'command/service'

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
eco-helpers-3.0.21 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.20 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.19 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.18 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.17 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.16 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.15 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.14 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.13 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.12 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.11 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.10 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.9 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.8 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.7 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.6 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.5 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.4 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.3 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-3.0.2 lib/eco/api/usecases/graphql/samples/location/command.rb