MG
Size: a a a
MG
MG
MG
A1
MG
A1
A1
MG
o
IA
IA
o
o
AK
AK
const test = gql`
query Layer($layerId: Int!, $bool: Boolean!) {
layer(layerId: $layerId, withGeojson: $withGeojson) {
...LayerFragment
geojson @include(if: $withGeojson) {
type
totalFeatures
features
crs
}
}
}
`;
K
AK
K