Skip to content

Commit 1db69bc

Browse files
authored
Merge pull request #3833 from EledenGreen/patch-8
updated sentence in part8a.md
2 parents e89fe16 + 0fd92b5 commit 1db69bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/8/en/part8a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The GraphQL philosophy is very different from REST. REST is <i>resource-based</i
1515

1616
The resource-basedness of REST works well in most situations. However, it can be a bit awkward sometimes.
1717

18-
Let's consider the following example: our bloglist application contains some kind of social media functionality, and we would like to show a list of all the blogs that were added by users who have commented on any of the blogs we follow.
18+
Let's consider the following example: our bloglist application contains some kind of social media functionality, and we would like to show a list of all the blogs that were added by users who have commented on any of the blogs of the users we follow.
1919

2020
If the server implemented a REST API, we would probably have to do multiple HTTP requests from the browser before we had all the data we wanted. The requests would also return a lot of unnecessary data, and the code on the browser would probably be quite complicated.
2121

0 commit comments

Comments
 (0)