CR: GraphQL API wrapper to 3rd party REST API

Hello :slight_smile:

Rust beginner here. I'm a backend developer working with Node.js daily and after reading some materials on Rust, I wanted to try it out with some side-project.
I've created a GraphQL wrapper over some REST API with additional functionalities (not implemented fully yet).
I've wanted to get some feedback on whether the code is done in a proper, Rust way.

Link to repo: https://github.com/arkus7/teamdeck-tracker-api

Thanks in advance!

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.