What is apollo-server?
"Production ready GraphQL Server"
apollo-server is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 26.0 KB on disk.
Installation Guide
# Install via NPM
npm install apollo-server
# Install via Yarn
yarn add apollo-server