code-gov-api
code-gov-api copied to clipboard
GraphQL implementation
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.