Akryum / Akryum/vue-cli-plugin-apollo

'ApolloLink' is not assignable to type 'string' on ApolloClientClientConfig.link

オープン
#590 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
477
フォーク
109
PR マージ指標
30日以内にマージされた PR はありません

説明

I am unable to setup Apollo using the Vue CLI plugin, due to a typing error.

The following example will fail because `Type 'ApolloLink' is not assignable to type 'string'.`

```
const apolloClient = new ApolloClient({
link: httpLink,
cache,
})
```

I tracked this to `ApolloClientClientConfig` in `types.d.ts`, where `link` is defined as:
```
// Custom starting link.
// If you want to replace the default HttpLink, set `defaultHttpLink` to false
link?: string
```

Going by the comments, it seems that `link` was not intended to be `string` only.
Would it help if I created a pull request to change the type of `link` to `string | ApolloLink`?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。