Last active
October 19, 2020 08:18
-
-
Save Bruising6802/2b3f0f99c37b473ea2b47d1df2167b71 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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