From d34beaf408ec8d3b7ab5e96866dce6912215b3d1 Mon Sep 17 00:00:00 2001 From: rikinsk Date: Mon, 3 Dec 2018 18:53:26 +0530 Subject: [PATCH 1/2] fix docs syntax bug --- docs/graphql/manual/migrations/existing-project.rst | 2 +- .../schema/relationships/database-modelling/one-to-one.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/graphql/manual/migrations/existing-project.rst b/docs/graphql/manual/migrations/existing-project.rst index 95c5f8598dbf8..388b0805b673c 100644 --- a/docs/graphql/manual/migrations/existing-project.rst +++ b/docs/graphql/manual/migrations/existing-project.rst @@ -68,7 +68,7 @@ Step 1: Install the Hasura CLI Step 2: Set up a project directory ---------------------------------- +---------------------------------- Skip this step if you already have a project directory. .. code-block:: bash diff --git a/docs/graphql/manual/schema/relationships/database-modelling/one-to-one.rst b/docs/graphql/manual/schema/relationships/database-modelling/one-to-one.rst index c8292ad68f6c5..46af840d29e82 100644 --- a/docs/graphql/manual/schema/relationships/database-modelling/one-to-one.rst +++ b/docs/graphql/manual/schema/relationships/database-modelling/one-to-one.rst @@ -43,7 +43,7 @@ This will ensure that the value of ``owner_id`` column in ``passport_info`` tabl the ``author`` table and there will be only one row with a particular ``owner_id``. Set up GraphQL relationships ---------------------------- +---------------------------- To access the nested objects via the GraphQL API, :doc:`create the following relationships <../create>`: From f6ba7916f3375adbaf786d3157e15090f9a1af02 Mon Sep 17 00:00:00 2001 From: rikinsk Date: Mon, 3 Dec 2018 18:53:56 +0530 Subject: [PATCH 2/2] update link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d631a7b2925c1..4e6c075b55a35 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ processing - [read more](event-triggers.md). ### Derived data or data transformations -Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://docs.hasura.io/1.0/graphql/manual/business-logic/index.html). +Transform data in Postgres or run business logic on it to derive another dataset that can be queried using GraphQL Engine - [read more](https://docs.hasura.io/1.0/graphql/manual/queries/derived-data.html). ## Demos