indigotech / onboard-hugo-miranda

0 stars 0 forks source link

Setup Graphql server #5

Closed hugoms154 closed 3 years ago

hugoms154 commented 3 years ago

Create a basic Hello-World GraphQL Node Server

You can run the application with yarn start

The expected output is { data: [Object: null prototype] { hello: 'Hello, world!' } }