Skip to content

Instantly share code, notes, and snippets.

@dsandip
Created January 18, 2019 05:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsandip/715cbc1e270d17bb62f0ee307e30ba23 to your computer and use it in GitHub Desktop.
Save dsandip/715cbc1e270d17bb62f0ee307e30ba23 to your computer and use it in GitHub Desktop.
Supported PostGIS operators in GraphQL Engine
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment