id.This query accepts browser tokens that include the query:ontologies scope.| Name | Description |
|---|---|
String! | The value of Location.id for the requested object. |
| Name | Description |
|---|---|
Location | A physical location with a persistent identifier. |
query ($id: String!) {
location(id: $id) {
id {
value
}
}
}