withApollo component created in lib file, along with supporting files in lib folder, create apollo init boilerplate and props as well as allow the parsing of cookies on front end.
_app.tsx file sets up ApolloProvider with the withApollo props for global apollo access in all routes.
apollo.tsx file demo's using apollo queries and data for reference.