GraphQL Nested Objects in React

Learn to request a nested object for the Organization

In this lesson, we will request a nested object for the organization. Since the application will eventually show the issues in a repository, we will fetch a repository of an organization as the next step.

Remember, a query reaches into the GraphQL graph. So we can nest the repository field in the organization when the schema defines the relationship between these two entities.

Get hands-on with 1200+ tech skills courses.