locationById #locationById(id: String) LocationExample #query locationById($id: String!){ locationById(id: $id) { id name shortCode } } Try It Now