rsnext/examples/with-graphql-hooks/now.json
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

5 lines
119 B
JSON

{
"version": 2,
"name": "next-with-graphql-hooks",
"builds": [{ "src": "next.config.js", "use": "@now/next" }]
}