Skip to content

Instantly share code, notes, and snippets.

@simonwoo
Last active November 29, 2016 17:00
Show Gist options
  • Select an option

  • Save simonwoo/3a8e677c61e61cf6a1ca88c4ea65f4ef to your computer and use it in GitHub Desktop.

Select an option

Save simonwoo/3a8e677c61e61cf6a1ca88c4ea65f4ef to your computer and use it in GitHub Desktop.

Revisions

  1. simonwoo revised this gist Nov 29, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion graphql.md
    Original file line number Diff line number Diff line change
    @@ -9,4 +9,4 @@ client-side指的是graphql query, for example:
    }
    ```

    server-side指的是graphql server:
    server-side指的是graphql server, 分为两部分**schema****resolve functions**
  2. simonwoo revised this gist Nov 29, 2016. 1 changed file with 11 additions and 1 deletion.
    12 changes: 11 additions & 1 deletion graphql.md
    Original 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:
    client-side指的是graphql query, for example:
    ```
    {
    subscribers(publication: "apollo-stack"){
    name
    email
    }
    }
    ```

    server-side指的是graphql server:
  3. simonwoo revised this gist Nov 29, 2016. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion graphql.md
    Original file line number Diff line number Diff line change
    @@ -1 +1,2 @@
    graphql共分为两部分: client-side and server-side。
    graphql共分为两部分: client-side and server-side。
    client-side指的是graphql query, for example:
  4. simonwoo created this gist Nov 29, 2016.
    1 change: 1 addition & 0 deletions graphql.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    graphql共分为两部分: client-side and server-side。