Sha256: 64a24361bcb9c7758dfeebc484219f838958324866f88a90e83753ad3eb6be21

Contents?: true

Size: 429 Bytes

Versions: 4

Compression:

Stored size: 429 Bytes

Contents

module Ecoportal
  module API
    class GraphQL
      module Base
        class LocationNode < Ecoportal::API::GraphQL::Base::Model
          passkey :id
          passthrough :name, :parent, :parentId
          passthrough :weight
          embeds_one :parent, klass: Base::LocationNode, nullable: true
          passboolean :archived
          passthrough :archivedToken
        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.3.7 lib/ecoportal/api/graphql/base/location_node.rb
ecoportal-api-graphql-0.3.6 lib/ecoportal/api/graphql/base/location_node.rb
ecoportal-api-graphql-0.3.5 lib/ecoportal/api/graphql/base/location_node.rb
ecoportal-api-graphql-0.3.3 lib/ecoportal/api/graphql/base/location_node.rb