Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 619 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 619 Bytes

GraphQL Nairobi Meetup

This is a Nairobi meetup for GraphQL developers who want to learn and share their knowledge on building GraphQL based API's.

What to expect

  • Learn what is graphQL and its advantages
  • Learn how to instantiate a graphQL server
  • Learn how to define typeDefs, Queries, Mutations and Resolvers
  • How to build a GraphQL wrapper for any REST API
  • Connecting to a DB and be able to do to CRUD operations using graphQL
  • Securing your API
  • Integration with different frontends (React, Vue, Android)
  • Schema Stitching (handy when using a micro service architecture)
  • Testing