mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 22:19:07 +00:00
8 lines
220 B
GraphQL
8 lines
220 B
GraphQL
extend type Query {
|
|
"Get media owned by the logged in user, returned in GeoJson format"
|
|
myMediaGeoJson: Any! @isAuthorized
|
|
|
|
"Get the mapbox api token, returns null if mapbox is not enabled"
|
|
mapboxToken: String
|
|
}
|