Create API with graphQL
kochie opened this issue · 0 comments
kochie commented
As the new standard for APIs, GraphQL should be used as the standard way to communicate with the application.
- Add GraphQL implementation to project.
- Decide on which endpoints need to be implemented and build the
structs
. - Write methods to interact with database and API.
- Set up endpoints to specific API calls.