Local State within GraphQL with Apollo React Start the GraphQL backend: cd backend yarn install yarn start Start the React/TypeScript frontend: cd frontend yarn install yarn start The app is running: Frontend: http://localhost:9080 GraphiQL: http://localhost:9000/graphiql