Skip to main content

Nested Traversal Guide

Common Traversal Paths

  • app -> primaryEnvironment -> logs / commands / events / deployments / backups / integrations
  • app -> environments(id, name, type)
  • organization -> apps
  • organization -> users
  • organization -> events

Important Shape Notes

  • AppEnvironment.integrations returns IntegrationList; nodes are IntegrationListItem, not Integration.
  • deploys and deployments are different surfaces. deployments is 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.