lib/eco/api/usecases/graphql/samples/location/command.rb in eco-helpers-2.6.4 vs lib/eco/api/usecases/graphql/samples/location/command.rb in eco-helpers-2.7.0

- old
+ new

@@ -2,9 +2,12 @@ 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'