in cdk/lib/position-lambda/graphql/queries.js [5:13]
query GetLocation($id: ID!) { getLocation(id: $id) { createdAt id lat long updatedAt } }