From 9826f9a1f372231781dab30c32d3f41fccfb5d2c Mon Sep 17 00:00:00 2001 From: vladar Date: Thu, 15 Dec 2016 19:27:43 +0700 Subject: [PATCH] Docs: fixed version name 9.0 -> 0.9.0 --- docs/data-fetching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data-fetching.md b/docs/data-fetching.md index 1f21b3d..834ec3a 100644 --- a/docs/data-fetching.md +++ b/docs/data-fetching.md @@ -152,7 +152,7 @@ Keep in mind that **field resolver** has precedence over **default field resolve # Solving N+1 Problem -Since: 9.0 +Since: 0.9.0 One of the most annoying problems with data fetching is so-called [N+1 problem](https://secure.phabricator.com/book/phabcontrib/article/n_plus_one/). @@ -219,7 +219,7 @@ In this example only one query will be executed for all story authors comparing in naive implementation. # Async PHP -Since: 9.0 +Since: 0.9.0 If your project runs in environment that supports async operations (like `HHVM`, `ReactPHP`, `Icicle.io`, `appserver.io` `PHP threads`, etc) you can leverage