Opportunity
No description
type Opportunity {
account: Account
accountId: Int
businessArea: OpportunityBusinessArea
closed: Boolean
contact: Contact
contactId: Int
cost: Int
description: String
dynamicFields: [DynamicField]
estimate: OpportunityEstimate
estimateId: ID
estimatedEndDate: String
following: Boolean
id: Int
lostReason: OpportunityLost
lostReasonId: Int
opportunityValue: Float
result: String
source: OpportunitySource
sourceId: Int
state: OpportunityState
stateId: Int
status: OpportunityStatus
statusId: Int
tags: [Tag!]
title: String
type: OpportunityType
typeId: Int
user: User
userId: Int
value: Int
winReason: OpportunityWin
winReasonId: Int
}
Fields
Opportunity.account
● Account
object
Opportunity.accountId
● Int
scalar
Opportunity.businessArea
● OpportunityBusinessArea
object
Opportunity.closed
● Boolean
scalar
Opportunity.contact
● Contact
object
Opportunity.contactId
● Int
scalar
Opportunity.cost
● Int
scalar
Opportunity.description
● String
scalar
Opportunity.dynamicFields
● [DynamicField]
list object
Opportunity.estimate
● OpportunityEstimate
object
Opportunity.estimateId
● ID
scalar
Opportunity.estimatedEndDate
● String
scalar
Opportunity.following
● Boolean
scalar
Opportunity.id
● Int
scalar
Opportunity.lostReason
● OpportunityLost
object
Opportunity.lostReasonId
● Int
scalar
Opportunity.opportunityValue
● Float
scalar
Opportunity.result
● String
scalar
Opportunity.source
● OpportunitySource
object
Opportunity.sourceId
● Int
scalar
Opportunity.state
● OpportunityState
object
Opportunity.stateId
● Int
scalar
Opportunity.status
● OpportunityStatus
object
Opportunity.statusId
● Int
scalar
Opportunity.tags
● [Tag!]
list object
Opportunity.title
● String
scalar
Opportunity.type
● OpportunityType
object
Opportunity.typeId
● Int
scalar
Opportunity.user
● User
object
Opportunity.userId
● Int
scalar
Opportunity.value
● Int
scalar
value is deprecated, use opportunityValue instead. A opportunity value can contain fractional digits.
Opportunity.winReason
● OpportunityWin
object
Opportunity.winReasonId
● Int
scalar
Returned by
createOpportunity
mutation ● editOpportunity
mutation ● followOpportunity
mutation ● opportunity
query
Member of
Activity
object ● OpportunityEdge
object ● Order
object ● OrderRow
object ● Quote
object