From 73d6ac850809700802f6680354a0c084469dffed Mon Sep 17 00:00:00 2001 From: Marion Schleifer Date: Tue, 27 Aug 2019 11:08:49 +0200 Subject: [PATCH] clarify docs on resolvers (close #2716) (#2784) --- docs/graphql/manual/how-it-works/index.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/graphql/manual/how-it-works/index.rst b/docs/graphql/manual/how-it-works/index.rst index ff810a669e3..fd3368951f0 100644 --- a/docs/graphql/manual/how-it-works/index.rst +++ b/docs/graphql/manual/how-it-works/index.rst @@ -50,8 +50,7 @@ following: Resolvers --------- -Hasura GraphQL engine does not have any resolvers. The Hasura GraphQL engine is actually a compiler that compiles -your GraphQL query into an SQL query. +Hasura GraphQL engine does not have any resolvers. The Hasura GraphQL engine is actually a compiler that compiles your GraphQL query into an efficient SQL query. Hasura's GraphQL syntax is also optimized to expose the power of the underlying SQL so that you can make powerful queries via GraphQL.