VSCode编写gql语句时根据GraphQL Schema自动补全
在使用 postman 测试 GraphQL 接口时发现 postman 有个 auto-fetch 的功能,可以自动拉取 GraphQL Schema 帮助补全 gql 语句。既然 postman 能够实现这个功能,那么 VSCode 一定有现成的对应方案,为什么我还要手动写 gql 语句呢。
VSCode 安装插件GraphQL: Language Feature Support
在项目根目录添加配置文件.graphqlrc,添加 schema 地址
1
2
3{
"schema": "http://10.10.0.30:3007/graphql"
}
2023.03.15 Wed
.eslintrc、.bashrc等配置文件的后缀rc是什么意思
rc 是 run commands 的缩写,通常用来表示初始化项目或者程序的配置信息。
The term rc stands for the phrase "run commands". It is used for any file that contains startup information for a command. It is believed to have originated somewhere in 1965 from a runcom facility from the MIT Compatible Time-Sharing System (CTSS).
2023.01.28 Sat
test
hello this is test
2023.01.17 Tue
prev2
检测到页面内容有更新,是否刷新页面 是否