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: src/content/a-case-for-graphql.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,4 +75,4 @@ GraphQL has a better developer experience because once you create the schema on
75
75
76
76
Server-side graphQL libraries come with Playground or GraphQil for you to test your API, so no more fiddling with Postman.
77
77
78
-
GraphQL also comes with subscriptions which are real connections to the server for use cases like messaging, notifications etc. All without using other libraries for this use case.
78
+
GraphQL also comes with subscriptions which are real-time connections to the server for use cases like messaging, notifications etc. All without using other libraries for this use case.
0 commit comments