Open zenlex opened 2 years ago
For the events page, we'd like to query the Meetup API for Techlahoma events and filter down to Code for Tulsa events and possibly other Tulsa org events. We might also want to look at CfA events, tbd.
We're only issuing GraphQL queries in a limited set of circumstances, so a fully-featured GraphQL client might be overkill. Here are some ideas for a minimalist approach:
The skeleton for the events index is already built on the
feature/events
branch. Next steps (will accept a Techlahoma Hacktoberfest PR for each item)graphql-request
as a dependency