Prisma: GraphQL Infrastructure with Soren Bramer Schmidt

Greatest Hits Archives - Software Engineering Daily - A podcast by Greatest Hits Archives - Software Engineering Daily

Categories:

GraphQL allows developers to communicate with all of their different data backends through a consistent query interface. A GraphQL query can be translated into queries to MySQL, MongoDB, ElasticSearch, or whatever kind of API or backend is needed to fulfill the GraphQL query. GraphQL users need to set up a GraphQL server to fulfill this