Closed amaury1093 closed 6 years ago
Is this library compatible with PostGIS?
Running postgraphql@next, I can generate the graphql schema of a pg database with PostGIS installed.
However, I cannot manage to find how to get for example the result of this query via GraphQL:
SELECT ST_AsGeoJSON(polygon) from territories;
assuming I have a table called territories with a column named polygon.
Is this library compatible with PostGIS?
Running postgraphql@next, I can generate the graphql schema of a pg database with PostGIS installed.
However, I cannot manage to find how to get for example the result of this query via GraphQL:
assuming I have a table called territories with a column named polygon.