Advertisement
Guest User

Untitled

a guest
Aug 14th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. graphqlExpress(async (req, res) => {
  2.           createHttpLink({
  3.             uri: config.API_GRAPHQL_SERVER_URL,
  4.             credentials: 'include',
  5.             headers: {
  6.               cookie: req.header('Cookie')
  7.             },
  8.             fetch
  9.           })
  10.         );
  11. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement