hasura / graphql-data-specification

A specification for Data APIs with GraphQL
https://hasura.github.io/graphql-data-specification/
18 stars 3 forks source link

GraphQL Data Specification

The specification is written in gds-spec.md and uses spec-md.

Build & preview

npm i -g spec-md http-server

# build
spec-md gds-spec.md > html/index.html

# preview
cd html
http-server .

# Open browser at localhost:8080

Deploy

The HTML in the html/ directory is automatically deployed via GitHub pages.