rsnext/examples/with-graphql-hooks/next.config.js
Joe Warren 5fd7b85280 Add graphql-hooks example (#6482)
Adds an example app using [graphql-hooks](https://github.com/nearform/graphql-hooks) that started life as the with-apollo example app. It uses the same graph.cool backend, mostly to demonstrate how similar it is.
2019-03-01 18:21:03 +01:00

3 lines
44 B
JavaScript

module.exports = {
target: 'serverless'
}