npm install
npm start
Then open up http://127.0.0.1:9000/graphql in your browser.
query Query {
test
}
query Query {
restaurants {
id,
name,
rating
},
courses {
name,
priceEuro
}
}
npm install
npm start
Then open up http://127.0.0.1:9000/graphql in your browser.
query Query {
test
}
query Query {
restaurants {
id,
name,
rating
},
courses {
name,
priceEuro
}
}