Skip to content

Instantly share code, notes, and snippets.

@Bruising6802
Last active October 19, 2020 08:18
Show Gist options
  • Save Bruising6802/2b3f0f99c37b473ea2b47d1df2167b71 to your computer and use it in GitHub Desktop.
Save Bruising6802/2b3f0f99c37b473ea2b47d1df2167b71 to your computer and use it in GitHub Desktop.
export default {
// ... Dont change the code above
modules: [
'@nuxtjs/apollo',
],
apollo: {
clientConfigs: {
default: {
httpEndpoint: 'https://countries.trevorblades.com/', // <= your GraphQL server
}
}
},
// ... Dont change the code below
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment