Skip to content

Instantly share code, notes, and snippets.

@r3dm1ke
Created February 21, 2020 15:30
Show Gist options
  • Select an option

  • Save r3dm1ke/af3c9900404b0efee53bb20d722f7ef9 to your computer and use it in GitHub Desktop.

Select an option

Save r3dm1ke/af3c9900404b0efee53bb20d722f7ef9 to your computer and use it in GitHub Desktop.
import ApolloClient from 'apollo-boost';
const client = new ApolloClient({
uri: 'https://api.github.com/graphql',
headers: {
Authorization: `bearer ${process.env.REACT_APP_GITHUB_KEY}`
}
});
export default client;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment