开发者问题收集
我正在 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