custom filter
arszp10 opened this issue · 1 comments
arszp10 commented
hi
I make my geoserver using Hasura.
I use your library to generate requests with apollo-client.
I need to get a graphql request like:
query network($geom: Geometry!){
network(where: {geom: {_st_intersects: $geom}}){
geom
}
}
I think that you need to do this custom filter like example