graphql-geojson
GraphQL schema object types for GeoJSON
Installation
npm i -S graphql-geojson
or with Yarn:
yarn add graphql-geojson
Usage
Then you can query it like this:
query { point { type coordinates }}
Demo
An example GraphQL server implementation is available here: https://github.com/ghengeveld/graphql-geojson-demo