如何为graphql-client

时间:2019-11-14 20:28:25

标签: graphql apollo apollo-client graphql-js prisma-graphql

我正在尝试将timeout设置为prisma-labs/graphql-request。我已经尝试过此处描述的方式-https://github.com/prisma-labs/graphql-request/issues/103

const client = new GraphQLClient(config.url, {
  timeout: 30000,
  headers: {
    Authorization: `Bearer ${token}`
  }
})

我的编译器抱怨超时没有直接出现在“选项”界面-https://github.com/prisma-labs/graphql-request/blob/master/src/types.ts#L7中。

我需要扩展“选项”界面以使用超时字段吗?

0 个答案:

没有答案