TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GraphQL concepts I wish someone explained to me a year ago

6 pointsby nareshbhatiaover 6 years ago

1 comment

nareshbhatiaover 6 years ago
Struggling to apply GraphQL to real projects? I did too.<p>In a recent blog article, npmjs co-founder @seldo commented that GraphQL will be a technical force to reckon with in 2019. He says there&#x27;s a good chance you&#x27;ll be using it in new projects.<p>I&#x27;d like to share the concepts (like scaling subscriptions) I learned the hard way. You&#x27;ll notice I&#x27;m using a realistic example that has multiple entities and relationships. And it&#x27;s relationships that cause us heartburn.<p>I&#x27;ll be releasing one part a day for the next week (in case you&#x27;d like some holiday travel reading). Here&#x27;s what you can look forward to.<p>Part 1: GraphQL Basics<p>Part 2: Queries (server implementation)<p>Part 3: Queries (client implementation)<p>Part 4: Mutations (server implementation)<p>Part 5: Mutations (client implementation)<p>Part 6: Subscriptions (server implementation)<p>Part 7: Subscriptions (client implementation)<p>What have you struggled with in GraphQL? I&#x27;d love to hear your stories and make it easier to get started.