GraphQLQueriesGet LocationOn this pageGet Location Get a single Location by ID. Query query GetLocation($id: ID!) { location(id: $id) { id # Add other fields as needed }} Parameters id: ID of the resource to retrieve Return Type Returns a Location resource.