The API itself is a Python service running on Pyramid/uWSGI. Our focus on services internally means that the API delegates our REST requests to other internal services when resolving the data.
As far as the GraphQL implementation, we used Graphene (graphene-python.org) for that.
The API itself is a Python service running on Pyramid/uWSGI. Our focus on services internally means that the API delegates our REST requests to other internal services when resolving the data.
As far as the GraphQL implementation, we used Graphene (graphene-python.org) for that.