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: process/devlog.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,7 @@ See the code in this commit: https://github.com/apollostack/GitHunt/commit/5f5ad
207
207
208
208
Now, I have a mocked version of my schema going, after some syntax errors like writing `Number` instead of `Int` in my sketch above. The default mocking just uses `"Hello world!"` for every string so it's not that exciting, but at least it means the server is running properly and the schema is being loaded!
Now let's integrate it into the UI. Fortunately we can start by just copying that into our JS code.
400
400
@@ -404,11 +404,11 @@ Now let's integrate it into the UI. Fortunately we can start by just copying tha
404
404
405
405
> NOTE: It's hard to identify network or GraphQL errors when using react-apollo. It's not that hard to look into the network tab, but I get something like this:
0 commit comments