require_relative 'local_libs' STRUCT_ID = "592642a4ae0c6a00236b110d" # mini test # STRUCT_ID = "626745bcba616a001f7e5011" # wcc api = Ecoportal::API::GraphQL.new api.currentOrganization.LocationStructure(id: STRUCT_ID).tap do |tree| puts "'#{tree.name}' Structure (#{tree.id})" pp tree.treeify end