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