2022-11-28
|~3 min read
|559 words
Yesterday, I wrote about querying with Apollo. If you haven’t read that, I suggest starting there as it serves as the basis for the files I…
2022-11-28
|~5 min read
|806 words
After we’ve hooked up our Apollo client to React1, we can begin to query the server. Before Hooks, this was done using Render Props.2 Today…
2022-11-28
|~4 min read
|770 words
Things we’ll be covering: Creating an Apollo Client Connecting the client to React Creating An Apollo Client I’m working in NextJS, so my…
2022-11-28
|~3 min read
|471 words
When defining a GraphQL schema, it can be useful to define it in multiple files to keep it manageable. is then the resolved promise of…
2022-11-28
|~5 min read
|812 words
After thinking more about Lee Byron’s talk and some of the uses for fragments1, I still had some questions. Specifically - how do you reuse…