graphql-engine/docs
Rakesh Emmadi 91376316f2 breaking: encode bigint and bigserial postgres types as strings in response (fix #633) (#640)
This is breaking change where bigint and bigserial Postgres types will be encoded as GraphQL String types, as opposed to Int as present in earlier releases.

Input types were already encoded as String.

This is achieved by selecting `bigint` and `bigserial` columns as `text`s in the SQL query: `select "big_id"::text ..` instead of `select "big_id" .. `.

Reason for that change is outlined in #633 where JavaScript cannot decode 64 bit Integers.
2018-10-05 10:46:21 +05:30
..
_ext docs: fix spelling (#637) 2018-10-04 20:00:01 +05:30
_static docs: fix spelling (#637) 2018-10-04 20:00:01 +05:30
_theme/djangodocs docs: update logo + add docker for mac configuration note (#559) 2018-09-27 21:34:21 +05:30
algolia_index merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
examples_schema_migrations merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
graphql/manual breaking: encode bigint and bigserial postgres types as strings in response (fix #633) (#640) 2018-10-05 10:46:21 +05:30
img docs: update logo + add docker for mac configuration note (#559) 2018-09-27 21:34:21 +05:30
.gitignore merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
404.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
conf.py docs: update logo + add docker for mac configuration note (#559) 2018-09-27 21:34:21 +05:30
CONTRIBUTING.md merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
index.rst merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
Makefile merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30
README.md add installation manifests (#432) 2018-09-13 15:03:13 +05:30
requirements.txt merge docs into main repo (close #397) (#398) 2018-09-11 16:41:24 +05:30

Hasura GraphQL Engine Docs

The documentation accompanying Hasura GraphQL Engine: written using Sphinx and deployed to docs.hasura.io.

Contributing

Checkout the contributing guide for more details.

License

The source code in this directory are under MIT License.