Related entities
Some fields can refer to other entities. In this case, you can make a sub-selection of fields for that entity. GraphQL queries can traverse related entities and their fields, allowing you to retrieve related data in one request. The following example adds the asset parent domain and parent community to the initial basic query:
|
|
Some fields are collections and they can contain multiple related entities, for example a community can have multiple child domains:
|
|
For every collection field you can specify the maximum number of returned items with the limit
argument. For additional details, see Pagination.