Closed hugoms154 closed 3 years ago
Create a basic Hello-World GraphQL Node Server
You can run the application with yarn start
yarn start
The expected output is { data: [Object: null prototype] { hello: 'Hello, world!' } }
{ data: [Object: null prototype] { hello: 'Hello, world!' } }
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!' } }