Sha256: c6b9e86916f06847fab1f1dbd600fd585943d9597d498745cf965854913cd7e7

Contents?: true

Size: 385 Bytes

Versions: 13

Compression:

Stored size: 385 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/dsl'
    include Eco::API::UseCases::GraphQL::Samples::Location::Command::DSL
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
eco-helpers-2.6.4 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.6.3 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.6.2 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.6.1 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.6.0 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.10 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.9 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.8 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.7 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.6 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.5 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.4 lib/eco/api/usecases/graphql/samples/location/command.rb
eco-helpers-2.5.3 lib/eco/api/usecases/graphql/samples/location/command.rb