sashrika
Results
1
comments of
sashrika
This worked for me. const httpOptions = { timeout: 15000, uri: GRAPHQL_SERVER_V1, }; const authMiddleware = setContext((operation, { headers }) => { return getCredentials().then(data => { return { headers: {...