Nested Traversal Guide
Common Traversal Paths
app -> primaryEnvironment -> logs / commands / events / deployments / backups / integrationsapp -> environments(id, name, type)organization -> appsorganization -> usersorganization -> events
Important Shape Notes
AppEnvironment.integrationsreturnsIntegrationList;nodesareIntegrationListItem, notIntegration.deploysanddeploymentsare different surfaces.deploymentsis the richer deployment list and supports cursor + legacy page arguments.- Legacy V1 and current V2 shipping mutations coexist for log and backup shipping; prefer V2 operations and V2 configuration fields.