0.0.2 • Published 8 years ago
graphql-now v0.0.2
graphql-now
start a mock server
$ graphql-nowschema.graphql
{
hello: String
}mocks.js
const faker = require('faker')
module.exports = {
String: () => faker.random.word(),
}deploy it
$ graphql-now deploy