Sha256: 06e3590e3de7704ff0fc2ce3c9f3410d499a986b723a3a3e091f072758c12164

Contents?: true

Size: 362 Bytes

Versions: 13

Compression:

Stored size: 362 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.4.3 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.4.2 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.4.1 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.4.0 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.16 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.15 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.14 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.13 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.12 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.11 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.10 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.9 lib/ecoportal/api/graphql/model/location_structure.rb
ecoportal-api-graphql-0.3.8 lib/ecoportal/api/graphql/model/location_structure.rb