Boilerplate for graphql application with TypeScript and React
Core functions of graphql.
npm install graphql graphql-tag react-apollo apollo-boost @apollo/react-hooks apollo-server
Schema generating.
npm install --save-dev @graphql-codegen/cli @graphql-codegen/introspection @graphql-codegen/typescript @graphql-codegen/typescript-operations @graphql-codegen/typescript-resolvers @graphql-codegen/typescript-react-apollo