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.