lib/eco/api/usecases/graphql/helpers.rb in eco-helpers-2.5.2 vs lib/eco/api/usecases/graphql/helpers.rb in eco-helpers-2.5.3

- old
+ new

@@ -1,6 +1,7 @@ module Eco::API::UseCases::GraphQL module Helpers end end -require_relative 'helpers/locations' +require_relative 'helpers/base' +require_relative 'helpers/location'