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's a good chance you'll be using it in new projects.<p>I'd like to share the concepts (like scaling subscriptions) I learned the hard way. You'll notice I'm using a realistic example that has multiple entities and relationships. And it's relationships that cause us heartburn.<p>I'll be releasing one part a day for the next week (in case you'd like some holiday travel reading). Here'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'd love to hear your stories and make it easier to get started.