location
QUERY

A location node with the given location id.This query accepts browser tokens that include the query:ontologies scope.

Arguments

Name
Description
The value of Location.id for the requested object.

Result

Name
Description
A physical location with a persistent identifier.

Sample

GraphQL
query ($id: String!) {
  location(id: $id) {
    id {
      value
    }
  }
}