lib/ecoportal/api/graphql/fragment/location_node.rb in ecoportal-api-graphql-0.3.7 vs lib/ecoportal/api/graphql/fragment/location_node.rb in ecoportal-api-graphql-0.3.8
- old
+ new
@@ -11,9 +11,14 @@
archivedToken
parent {
id
name
}
+ classifications {
+ active
+ id
+ name
+ }
}
GRAPHQL
end
end
end