This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Description
Is your feature request related to a problem? Please describe.
GraphQL is an alternative to REST API and superior to REST in some cases.
Describe the solution you'd like
A GraphQL API.
Additional context
Current endpoints repeat themselves a lot. That is usually a good sign that the GraphQL paradigm might be better than REST for the type of data being served.