apollo-fetch
apollographql102.6kMIT0.7.0Lightweight implementation of fetch for GraphQL requests
nenhum readme encontrado 😢
apollo-fetch change log
next
0.7.0
- Switch to
cross-fetch
for react native functionality PR #71
- Change log moved into the published package. PR #16
0.6.0
- Added support for UMD and ES2015 modules for tree-shaking. PR #9
0.5.2
0.5.1
0.5.0
- Export all TypeScript types. PR #13
0.4.0
0.3.0
- Changed the middleware and afterware to accept functions instead of objects.
use
and useAfter
now only accept a single middleware or afterware.
0.2.0
- Added an
apolloFetch
alias for a default call to createApolloFetch
.
0.1.0