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-auth/lib
Yuri Yakovlev 59aa5a4dde Return empty string instead of null in the Authorization (#4389)
I was unable to make right check of `authorization` in the header on GraphQL side because now it returns `null` as string instead of empty string
2018-05-16 12:09:23 +02:00
..
checkLoggedIn.js Change file name lib on example keep the same format (#3227) 2017-11-02 17:56:14 +01:00
initApollo.js Return empty string instead of null in the Authorization (#4389) 2018-05-16 12:09:23 +02:00
redirect.js Apollo + Authentication + graph.cool example (#2161) 2017-06-30 22:18:11 +02:00
withData.js with-apollo-auth updated for Apollo 2.0 (#3278) 2017-11-17 08:23:52 +01:00