Sha256: 21622b3de0610712ab6c6f97ccebdbfc4cdc2c271cd655555a53eca6aa4850ec

Contents?: true

Size: 209 Bytes

Versions: 3

Compression:

Stored size: 209 Bytes

Contents

require_relative 'local_libs'

api = Ecoportal::API::GraphQL.new
api.currentOrganization.tagTree(id: "6154d517860cb700112b7c99").tap do |tree|
  puts "'#{tree.name}' (#{tree.id})"
  pp tree.treeify
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecoportal-api-graphql-0.1.11 tests/tagtree_get.rb
ecoportal-api-graphql-0.1.10 tests/tagtree_get.rb
ecoportal-api-graphql-0.1.9 tests/tagtree_get.rb