Last active
November 29, 2016 17:00
-
-
Save simonwoo/3a8e677c61e61cf6a1ca88c4ea65f4ef to your computer and use it in GitHub Desktop.
Revisions
-
simonwoo revised this gist
Nov 29, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,4 +9,4 @@ client-side指的是graphql query, for example: } ``` server-side指的是graphql server, 分为两部分**schema**和**resolve functions**。 -
simonwoo revised this gist
Nov 29, 2016 . 1 changed file with 11 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,12 @@ graphql共分为两部分: client-side and server-side。 client-side指的是graphql query, for example: ``` { subscribers(publication: "apollo-stack"){ name email } } ``` server-side指的是graphql server: -
simonwoo revised this gist
Nov 29, 2016 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,2 @@ graphql共分为两部分: client-side and server-side。 client-side指的是graphql query, for example: -
simonwoo created this gist
Nov 29, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ graphql共分为两部分: client-side and server-side。