book
book copied to clipboard
📖 The text of the book
Atm we have: - all caps - end with the operation, eg `STARS_QUERY`, `FAVORITE_MUTATION` ```js const DELETE_REVIEW_MUTATION = gql` mutation DeleteReview($id: ObjID!) { removeReview(id: $id) } ` ``` What do...
> One example of local state is a user setting that for whatever reason we didn't want to send to the server to persist. Like what?
@moltar commented on [Tue Jun 12 2018](https://github.com/GraphQLGuide/graphql-rest-api-demo/issues/3) Seems like a mix of different fonts: http://take.ms/JEheo Using iBooks on latest macOS.
@lorensr commented on [Wed Mar 21 2018](https://github.com/GraphQLGuide/guide/issues/23) gives no results, and sometimes crashes Preview
@lorensr commented on [Fri Apr 06 2018](https://github.com/GraphQLGuide/guide/issues/25) Tracking https://github.com/claudio-silva/gitbook-plugin-prism-ext/issues/1
Something like this: https://differential.com/uploads/2017/06/06/1*f_XvFD7FvliMM74WHJ0vRQ.png for adding to `Multiple types of data` section of Ch 1
Instead of the current section numbers on the right:  Could try using this: https://github.com/lwchkg/gitbook-pdfgen
make client libraries stand out more, or streamlined less ``` # Client libraries ... ## Streamlined request function ``` 