Portfolio List
This query lists all portfolios belonging to a team.
graphql
query Portfolios($teamId: Int!) {
portfoliosV2(teamId: $teamId) {
teamId
portfolioId
title
start
end
funnelSteps {
funnelStepId
type
title
}
}
}