You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/documentation/master/data-fetching.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ the query is executed. The following section explains more on this.
183
183
*``DataFetchingFieldSelectionSet getSelectionSet()`` - the selection set represents the child fields that have been "selected" under neath the
184
184
currently executing field. This can be useful to help look ahead to see what sub field information a client wants. The following section explains more on this.
185
185
186
-
* ```ExecutionId getExecutionId()`` - each query execution is given a unique id. You can use this perhaps on logs to tag each individual
186
+
*``ExecutionId getExecutionId()`` - each query execution is given a unique id. You can use this perhaps on logs to tag each individual
187
187
query.
188
188
189
189
@@ -223,6 +223,6 @@ The sub fields here of the ``products`` field represent the selection set of tha
223
223
so the data fetcher can optimise the data access queries. For example an SQL backed system may be able to use the field sub selection to
224
224
only retrieve the columns that have been asked for.
225
225
226
-
In the example above we have asked for ``selectionLocations`` information and hence we may be able to make an more efficient data access query where
226
+
In the example above we have asked for ``sellingLocations`` information and hence we may be able to make an more efficient data access query where
227
227
we ask for product information and selling location information at the same time.
Copy file name to clipboardExpand all lines: content/documentation/v10/data-fetching.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ the query is executed. The following section explains more on this.
183
183
*``DataFetchingFieldSelectionSet getSelectionSet()`` - the selection set represents the child fields that have been "selected" under neath the
184
184
currently executing field. This can be useful to help look ahead to see what sub field information a client wants. The following section explains more on this.
185
185
186
-
* ```ExecutionId getExecutionId()`` - each query execution is given a unique id. You can use this perhaps on logs to tag each individual
186
+
*``ExecutionId getExecutionId()`` - each query execution is given a unique id. You can use this perhaps on logs to tag each individual
187
187
query.
188
188
189
189
@@ -223,6 +223,6 @@ The sub fields here of the ``products`` field represent the selection set of tha
223
223
so the data fetcher can optimise the data access queries. For example an SQL backed system may be able to use the field sub selection to
224
224
only retrieve the columns that have been asked for.
225
225
226
-
In the example above we have asked for ``selectionLocations`` information and hence we may be able to make an more efficient data access query where
226
+
In the example above we have asked for ``sellingLocations`` information and hence we may be able to make an more efficient data access query where
227
227
we ask for product information and selling location information at the same time.
Copy file name to clipboardExpand all lines: content/documentation/v11/data-fetching.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ the query is executed. The following section explains more on this.
183
183
*``DataFetchingFieldSelectionSet getSelectionSet()`` - the selection set represents the child fields that have been "selected" under neath the
184
184
currently executing field. This can be useful to help look ahead to see what sub field information a client wants. The following section explains more on this.
185
185
186
-
* ```ExecutionId getExecutionId()`` - each query execution is given a unique id. You can use this perhaps on logs to tag each individual
186
+
*``ExecutionId getExecutionId()`` - each query execution is given a unique id. You can use this perhaps on logs to tag each individual
187
187
query.
188
188
189
189
@@ -223,6 +223,6 @@ The sub fields here of the ``products`` field represent the selection set of tha
223
223
so the data fetcher can optimise the data access queries. For example an SQL backed system may be able to use the field sub selection to
224
224
only retrieve the columns that have been asked for.
225
225
226
-
In the example above we have asked for ``selectionLocations`` information and hence we may be able to make an more efficient data access query where
226
+
In the example above we have asked for ``sellingLocations`` information and hence we may be able to make an more efficient data access query where
227
227
we ask for product information and selling location information at the same time.
0 commit comments