mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
91376316f2
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. |
||
---|---|---|
.. | ||
_ext | ||
_static | ||
_theme/djangodocs | ||
algolia_index | ||
examples_schema_migrations | ||
graphql/manual | ||
img | ||
.gitignore | ||
404.rst | ||
conf.py | ||
CONTRIBUTING.md | ||
index.rst | ||
Makefile | ||
README.md | ||
requirements.txt |
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.