同问
开发者问题收集
Graphql codegen 始终是未知类型
我正在 SvelteKit 项目中工作,想要使用 gql codegen,但所有查询都输入为未知。Ts 文件:import { graphql } from '$lib/gql/index.js';export const getPostById = graphql(`query GET_ARTICLE($id: bigint!) {articles_by_pk(id: $id) {content
typescript
graphql
graphql-codegen
2023-05-29
«
1
»