Sha256: 422829b57428ff442c73d79de2eb0c13d1c4177aed73e55b6e200f4207f98983

Contents?: true

Size: 280 Bytes

Versions: 13

Compression:

Stored size: 280 Bytes

Contents

module Eco::API::UseCases::GraphQL
  class Samples::Location < Eco::API::UseCases::GraphQL::Base
    name "location-base"

    require_relative 'location/dsl'
    include Eco::API::UseCases::GraphQL::Samples::Location::DSL
  end
end

require_relative 'location/command'

Version data entries

13 entries across 13 versions & 1 rubygems

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