Method: Eco::API::UseCases::GraphQL::Helpers::Location::Base::TreeTracking#track_current_tree?

Defined in:
lib/eco/api/usecases/graphql/helpers/location/base/tree_tracking.rb

#track_current_tree?Boolean

Allows to override if the @current_tree should be kept to the latest live version

Returns:

  • (Boolean)


13
14
15
# File 'lib/eco/api/usecases/graphql/helpers/location/base/tree_tracking.rb', line 13

def track_current_tree?
  true
end