mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
11 lines
201 B
JavaScript
11 lines
201 B
JavaScript
export default {
|
|
modules: ['@nuxtjs/apollo'],
|
|
apollo: {
|
|
clientConfigs: {
|
|
default: {
|
|
httpEndpoint: 'https://api.graph.cool/simple/v1/cj1dqiyvqqnmj0113yuqamkuu'
|
|
}
|
|
}
|
|
}
|
|
}
|