kochie / guardian-server

Server for communicating with guardian hosts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create API with graphQL

kochie opened this issue · comments

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.