GraphQL Nested Objects in React
Learn to request a nested object for the Organization
We'll cover the following...
We'll cover the following...
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
repositoryfield in theorganizationwhen the schema defines the relationship between these two entities.
In this case, the repository name is identical to the ...