PostGIS topology operator | equivalent GraphQL operator |
---|---|
ST_Contains |
_st_contains |
ST_Crosses |
_st_crosses |
ST_Equals |
_st_equals |
ST_Intersects |
_st_intersects |
ST_Overlaps |
_st_overlaps |
ST_Touches |
_st_touches |
ST_Within |
_st_within |
ST_DWithin |
_st_d_within |
Created
January 18, 2019 05:37
-
-
Save dsandip/715cbc1e270d17bb62f0ee307e30ba23 to your computer and use it in GitHub Desktop.
Supported PostGIS operators in GraphQL Engine
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment