GraphQL/Queries
mapFeatures
**scope:** `read:map-features`
Retrieves a list of map features
mapFeatures(
filter: MapFeatureFilter
sort: [MapFeatureSort!]
limit: Int
skip: Int
): [MapFeature]
Arguments
mapFeatures
.filter
● MapFeatureFilter
input
mapFeatures
.sort
● [MapFeatureSort!]
list input
mapFeatures
.limit
● Int
scalar
mapFeatures
.skip
● Int
scalar
Type
MapFeature
object
These are the features placed on the map.