Sangria

Creating GraphQl API with Sangria

Reading Time: 2 minutes Sangria is a library that processes the graphQL queries coming to the server and pass on the object to business layer of the application, which mostly further queries database to get information which sangria passes on as response to the query. GraphQL is a query language for the servers with which only one route can be used to give response to any query, which are Continue Reading