1.0.3 • Published 5 years ago

wx-apollo-fetcher v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

wx-apollo-fetcher

在微信小程序中使用apollo client所需要的fetcher

安装

npm install wx-apollo-fetcher --save

或者

yarn add wx-apollo-fetcher

使用

import { createHttpLink } from "apollo-link-http"; // 或者 apollo-link-batch-http
import wxApolloFetcher from "wx-apollo-fetcher";

const link = createHttpLink({ 
    uri: "xxxxx",
    fetch: wxApolloFetcher,
});
1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago