Initial commit from monorepo
This commit is contained in:
20
graphql/operations/public/geo/GetNode.graphql
Normal file
20
graphql/operations/public/geo/GetNode.graphql
Normal file
@@ -0,0 +1,20 @@
|
||||
query GetNode($uuid: String!) {
|
||||
node(uuid: $uuid) {
|
||||
uuid
|
||||
name
|
||||
latitude
|
||||
longitude
|
||||
country
|
||||
countryCode
|
||||
syncedAt
|
||||
edges {
|
||||
toUuid
|
||||
toName
|
||||
toLatitude
|
||||
toLongitude
|
||||
distanceKm
|
||||
travelTimeSeconds
|
||||
transportType
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user