drbenschmidt / dirtleague-discgolf

Disc golf web app for managing players, tournaments, and seasons.
MIT License
4 stars 0 forks source link

Implement graphQL #52

Open drbenschmidt opened 3 years ago

drbenschmidt commented 3 years ago

As the app grows, we'll need a more granular way of accessing the data from the client. I'd like to implement a graphql endpoint in the express layer, which we'd then have to write schemas for and then create resolvers that use our repositories to retrieve.