Initial commit from monorepo
This commit is contained in:
13
graphql/operations/public/geo/GetNodes.graphql
Normal file
13
graphql/operations/public/geo/GetNodes.graphql
Normal file
@@ -0,0 +1,13 @@
|
||||
query GetNodes($limit: Int, $offset: Int, $transportType: String) {
|
||||
nodes(limit: $limit, offset: $offset, transportType: $transportType) {
|
||||
uuid
|
||||
name
|
||||
latitude
|
||||
longitude
|
||||
country
|
||||
countryCode
|
||||
syncedAt
|
||||
transportTypes
|
||||
}
|
||||
nodesCount(transportType: $transportType)
|
||||
}
|
||||
Reference in New Issue
Block a user