clarify docs on resolvers (close #2716) (#2784)

This commit is contained in:
Marion Schleifer 2019-08-27 11:08:49 +02:00 committed by Shahidh K Muhammed
parent 67d3eb3e27
commit 73d6ac8508

View File

@ -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.