Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 376 Bytes

File metadata and controls

20 lines (16 loc) · 376 Bytes

GraphQL-Tutorial/Example

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

Getting started

To get started just install dependencies via npm:

npm install

Example GraphiQL Query

{
  hello,
  quoteOfTheDay,
  getNumbers(numberCount: 5)
}