Skip to main content

OpportunityStatus

No description

type OpportunityStatus {
id: Int
name: String
description: String
sortOrder: Int
won: Int
lost: Int
opportunityTypeId: Int
}

Fields

OpportunityStatus.id ● Int scalar

OpportunityStatus.name ● String scalar

OpportunityStatus.description ● String scalar

OpportunityStatus.sortOrder ● Int scalar

OpportunityStatus.won ● Int scalar

OpportunityStatus.lost ● Int scalar

OpportunityStatus.opportunityTypeId ● Int scalar

Returned by

opportunityStatuses query

Member of

Opportunity object ● OpportunityDefaultOptions object