GraphQL - Type Relationships
You want to design a GraphQL schema for a blog where each
Category has many Posts, and each Post belongs to one Category. Which schema design correctly models this one-to-many relationship and allows querying all posts in a category?