The purpose of this light workshop is to generate a GraphQL API on top of a partially-existing model. For this exercise we are going to use a simple library that fetches data from Meetup.com API such as groups, events and rsvps.
The idea of this workshop is to generate a GraphQL API capable of fetching a Meetup.com group among of its events and rsvps.
- Create the skeleton of your API
- Fetching basic data about Meetup.com Groups
- Fetching Events from a Meetup.com Group
- Fetching RSVPs from a Meetup.com Event
- Mutations (TODO)
- Subscription to any comment on a Meetup.com Event
- Data Loaders (TODO)
- Cache (TODO)