我试图用GraphQL构建rtk查询api。但是,似乎@rtk-query/graphql-request-base-query和graphql-request之间的包类型不匹配,我得到的错误如下;
Type 'import("path/to/fileTypes have separate declarations of a private property 'url'.ts(232
当我试图运行以下简单的Variable 'input' has coerced Null value for NonNull type 'SaveCardInput!'时,我遇到了错误: graphqlOperation:import { graphqlOperation } from "@aws-amplify/api-graphql";
im
我正在使用Apollo-Server/TypeScript并利用graphql-tool的makeExecutableSchema()来设置模式/指令。当我尝试添加一个基本的简单GraphQL指令时,我得到了这个错误: TypeError: Class constructor SchemaDirectiveVisitor cannot be invokedwithout 'new' at new AuthDirective
(/home/node