Sha256: d22c1ecc5334513f9814b65109628d3c3daa5e2f7e0a5133d3a7b5a92e95221a

Contents?: true

Size: 303 Bytes

Versions: 8

Compression:

Stored size: 303 Bytes

Contents

module Ecoportal
  module API
    class GraphQL
      module Model
        class LocationStructure < Ecoportal::API::GraphQL::Base::LocationStructure
          embeds_many :nodes, klass: Ecoportal::API::GraphQL::Model::LocationNode, order_key: :weight
        end
      end
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.3.7 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.6 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.5 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.3 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.1 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.2.3 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.2.2 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.2.1 lib/ecoportal/api/graphql/model/location_structure.rb