This is a project i have made to learn GraphQL. You can just take it and do what you want.
This project is based on the tutorial from https://graphql.org
To get started just install dependencies via npm:
npm install
{
hello,
quoteOfTheDay,
getNumbers(numberCount: 5)
}