GraphQL/Inputs
GeoFeatureInput
No description
input GeoFeatureInput {
type: GeoType!
coordinates: CoordinatesScalar!
}
Fields
GeoFeatureInput
.type
● GeoType!
non-null enum
Type of feature
GeoFeatureInput
.coordinates
● CoordinatesScalar!
non-null scalar
Coordinates for the feature
Member Of
input
● AddMapFeatureInput
input
● UpdateMapFeatureInput
input