From 3f34849db1606764bb3fbe4b442e0b93baf6aa3b Mon Sep 17 00:00:00 2001 From: dharmendra-lingaiah <43923462+dharmendra-lingaiah@users.noreply.github.com> Date: Wed, 17 Oct 2018 10:52:36 +0530 Subject: [PATCH] update graphql engine internals doc (#740) --- docs/graphql/manual/engine-internals/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphql/manual/engine-internals/index.rst b/docs/graphql/manual/engine-internals/index.rst index ad289f6e..7cf4e063 100644 --- a/docs/graphql/manual/engine-internals/index.rst +++ b/docs/graphql/manual/engine-internals/index.rst @@ -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.