update graphql engine internals doc (#740)

This commit is contained in:
dharmendra-lingaiah 2018-10-17 10:52:36 +05:30 committed by Shahidh K Muhammed
parent fc844bef01
commit 3f34849db1

View File

@ -11,7 +11,7 @@ initializes a few tables under it as described below.
hdb_catalog
-----------
The schema created by Hasura GraphQL engine where it manages its internal state. Whenever a
This schema is created by Hasura GraphQL Engine to manage its internal state. Whenever a
table/permission/relationship is created/updated using the Hasura console or Hasura CLI. Hasura GraphQL engine
captures that information and stores it in the corresponding tables.