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: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,22 +13,22 @@ This addon exposes the following dependencies to an ember application:
13
13
*[apollo-link-context][apollo-link-context]
14
14
*[apollo-link-http][apollo-link-http]
15
15
*[graphql][graphql-repo]
16
+
17
+
You may want to install these optional dependencies as well:
18
+
16
19
*[graphql-tag][graphql-tag-repo]
17
20
*[graphql-tools][graphql-tools-repo]
18
21
19
-
I have been using the non-addon version of this in my own app for several months.
20
-
Because I've actually used it to build a real app, I've encountered and solved
21
-
a few real-world problems such as reliable testing and preventing resource leaks
22
-
by unsubscribing from watch queries.
22
+
This addon is battle tested: it has been used to build several large apps. As such, we've solved real-world problems such as reliable testing and preventing resource leaks by unsubscribing from watch queries.
0 commit comments