cra template typescript graphql 源码
cra-template-typescript-graphql 要使用此模板, --template typescript-graphql在创建新应用时添加--template typescript-graphql 。 例如: npx create-react-app my-app --template typescript-graphql # or yarn create react-app my-app --template typescript-graphql 用法 将查询/变异放入.graphql文件中src文件夹中的任何位置 如果您的graphql端点不是http://localhost:4000在codegen.yml和src/index.tsx编辑url 通过运行yarn gen或npm run gen生成钩子 在代码中使用生成的钩子 有关更多信息,请参阅: –如何
用户评论