subscription TeamCollectionOrderUpdated($teamID: ID!) { collectionOrderUpdated(teamID: $teamID) { collection { id title parent { id } } nextCollection { id title parent { id } } } }