- Running GraphQL with Express sever
- GraphQL schemas, queries and resolvers
- Object types
- Mutations and input types
- Adding Middleware to log requested IPs
- Setting up faster development environment using Nodemon and Babel.
- Using GraphQLSchema to construct schema programmatically.
- Breaking the schema into separate group of files.