1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/examples/with-apollo/lib
Kai Yen d72d3c09ef Fixed how credentials opt is passed to HttpLink (#3269)
Prior to react-apollo 2.0 createNetworkInterface accepted the credentials option in {opt: {credentials: 'policy'}}. HttpLink accepts it as {credentials: 'policy'}.
2017-11-13 12:20:59 +01:00
..
initApollo.js Fixed how credentials opt is passed to HttpLink (#3269) 2017-11-13 12:20:59 +01:00
withData.js [fix] with-apollo: Cannot read property 'data' (#3226) 2017-11-04 11:24:16 +01:00