Open Sourcing GraphQL Guru ServerA GraphQL Node.js framework From the first time I read How to Build a GraphQL Server by Jonas Helfer I instantly fell in love with apollo-server. What I liked most about the apollo-server was how it simplified the creation of a graphql server and it used the Schema Definition Language to declaratively express the schema. Within minutes I had a server up and running