Gaurav Kumargauravbytes.hashnode.dev·Apr 3, 2024Build Real-time notification API with Apollo Server and GraphQL subscriptionsImagine receiving instant updates about new messages, friend requests, or activity notifications without refreshing the page. Real-time notifications are the key to keeping users engaged and informed in today's fast-paced digital landscape. Real-time...Discuss·3 likes·75 readsMastering GraphQL with Node.jsGraphQL
Ian Carsoniancarson.hashnode.dev·Dec 22, 2023GraphQL API in a nutshell.What is GraphQL API. GraphQL was initially developed by Facebook in 2012 and later on Open sourced in 2015. It is a query language for API and a runtime for executing the Queries by using a type system defined for the data. Key aspects of the Graph...DiscussGraphQL Subscriptions